Page 1 of 1

Connection to MySQL with WinCE application

Posted: Tue 30 Sep 2014 09:00
by kamila_k23
Hello
I'm trying to connect to a MySQL database from an application compiled under WinCE.
I Lazarus 1.2.4 (FPC 2.6.4). I have downloaded and I installed a Universal Data Access Components.
I used to connect the components UniConnection and MySQLUniProvider.
Compiling under Windows the default is correct. The application connects to the database and retrieves the data. If I try to compile applications for WinCE and arm processor family is getting the message "dac10.pas (10,3) Fatal: Can not find unit CRAccess used to dac10. Check if dac10 package is in the dependencies. "

Is it possible to connect to a MySQL database from an application under Windows CE/Windows Mobile?

Re: Connection to MySQL with WinCE application

Posted: Tue 30 Sep 2014 11:05
by kamila_k23
OK :(
Does any component Devart can make a call from WinCE to MySQL?

Re: Connection to MySQL with WinCE application

Posted: Wed 01 Oct 2014 08:40
by ViktorV
We have not tested our components for WinCE and can't guarantee that they will work on WinCE platform.
You can buy the UniDAC Professional Edition with source code and check its work on WinCE platform.

Re: Connection to MySQL with WinCE application

Posted: Thu 02 Oct 2014 11:41
by kamila_k23
Thank you for your response