Connection to MySQL with WinCE application
Posted: Tue 30 Sep 2014 09:00
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?
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?