PDA

Click to See Complete Forum and Search --> : how to communicate from pocket pc to mysql??


chiluba
Apr 22nd, 2007, 09:01 AM
can anybody help me finding how to communicate beetwen pocket pc to mysql database using visual basic.net?i know there is a way to communicate with sql server,but i dont know about mysql.can you help me please:wave:

Strider
Apr 22nd, 2007, 03:26 PM
http://www.crlab.com/mysqlnet/ this tools seems to allow it.

otherwise try writing a webservice that connects into MySQL which the device can use to read/write data to.

petevick
Apr 22nd, 2007, 04:50 PM
Hi,
we have a product SqlLinkCE at www.gui-innovations.com that will do it

Pete

IamMacro
Apr 23rd, 2007, 02:07 AM
Both products arent free , which our employer later requested so (sorry for the hassling PeteVick :]) , if youre using PHP with Mysql , try the webservice in which you call the data into XML and use DOM.XML from there to get data.

Both Products above are quicker and faster solutions.