MySQL Connection

  • Thread starter Thread starter Giovanni Rena
  • Start date Start date
G

Giovanni Rena

Hello,

I need a connection between a C# application and a mysql database. The C#
application is on a mobile device, and the mysql database is on a server in
our company. I want to use bluetooth.
I already tried MySQL Connector, but it didn't work. Maybe it's not
compatible with the compact framework, is it? Is there something else I can
use?

Thanx
 
If u face with a problem like "not compatible" with CF, try to use and
intermediate node (like a bridge) between CF and other platform.

Write a bridge server which is running on PC that can interact with MySql,
your CF application can communicate with the server u wrote and the server
communicates wiht other computer with MySql.
 
Hi,
we have SqlLinkCE which allows you to read MySQL, Oracle, and more or less
any ODBC compliant databases. There is a trial on our website

Thanks

Pete
 
Back
Top