MySQL connection

  • Thread starter Thread starter getzce
  • Start date Start date
G

getzce

I am looking for a good method to connect to a MySQL database using the
..NET CF, evidently ODBC doesn't work so well? What methods have others
used?
 
ODBC is not supported on Windows CE so I think you can say "it does not work
so well".



There's 3rd party ADO.Net data provider available for NETCF:
http://www.crlab.com/mysqlnet/


--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Back
Top