How do you use mysqldirect in comapct framework

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

How do you use mysqldirect in comapct framework

Post by Guest » Wed 10 Aug 2005 08:14

Good Day,

I am trying to figure out how to implement the compact framework Mysqldirect connection. I was told that MySQLDirect .NET Mobile Edition 3.0.1 contains a few demo projects. They are empty though.

Can someone show me a sample to connect a PDA with pocket pc 2003 to a mysql database and then create a dataset and fill the dataset with tables using a data adapter.

There does not seem to be a corelabs.mysql.dataadapter????

Thanks

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

Post by Oleg » Wed 10 Aug 2005 08:32

You can find our DataSet demo project in folder ":\Program Files\CoreLab\MySQLDirect.NET Mobile\Samples\DataSet\VB". This project demonstrates all you need to accomplish your tasks.

Guest

Post by Guest » Wed 10 Aug 2005 09:15

I have tried to import those projects with visual studio 2003 and it says that the projects are unavailible.

What am I missing?

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

Post by Oleg » Thu 11 Aug 2005 12:40

You're right, there's no project file. This is our bug. You can create the file yourself and include the following files:
AssemblyInfo.vb
MainForm.resx
MainForm.vb

Post Reply