MySQL Connection

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
 
C

Coder

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.
 
P

Pete Vickers [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top