Page 1 of 1

How do you use mysqldirect in comapct framework

Posted: Wed 10 Aug 2005 08:14
by Guest
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

Posted: Wed 10 Aug 2005 08:32
by Oleg
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.

Posted: Wed 10 Aug 2005 09:15
by Guest
I have tried to import those projects with visual studio 2003 and it says that the projects are unavailible.

What am I missing?

Posted: Thu 11 Aug 2005 12:40
by Oleg
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