MySQL database on Pocket PC 2003

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
mobiledeveloper

MySQL database on Pocket PC 2003

Post by mobiledeveloper » Sun 05 Dec 2004 00:39

Hello,

I would like to know how to create a MySQL database on Pocket PC 2003 device and access it using MySQLDirect.NET.

Is this possible? When this database is created, what will be my connectionstring from my .NET compact framework application to the local MySQL database.

Thanks.

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: MySQL database on Pocket PC 2003

Post by Oleg » Tue 07 Dec 2004 08:31

There is no MySQL server for Pocket PC. You can connect using MySQLDirect .NET Mobile from Pocket PC to your MySQL database at your desktop machine.

Post Reply