Click here to Skip to main content
15,895,827 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to connect to MySQL Database from a handheld barcode scanner. Is there a MySQL connector for the same? Or is there any other way round this problem?
Posted

1 solution

Here is the collection of ADO.NET providers: http://msdn.microsoft.com/en-us/data/dd363565.aspx[^]

Basically, WinCE is designed to work with SQL Server Compact edition. I'm affraid, you can't use MySQL connector with WinCE, because of the differences between "normal" Windows OS and mobile version.

Have a look at similar questions:
MySQL Connector/Client for C in WinCE 6.0/7.0[^]
http://stackoverflow.com/questions/21784576/connecting-to-a-sql-server-or-mysql-database-with-windows-ce-6-0[^]
 
Share this answer
 
Comments
Member 10453727 15-Apr-14 8:43am    
I have already worked withe SQLCE version which is working. But i need to know wether it is possible with MySQL?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900