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?
Connection to MySQL with WinCE application
-
kamila_k23
- Posts: 3
- Joined: Tue 30 Sep 2014 08:56
Re: Connection to MySQL with WinCE application
OK
Does any component Devart can make a call from WinCE to MySQL?
Does any component Devart can make a call from WinCE to MySQL?
Re: Connection to MySQL with WinCE application
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.
You can buy the UniDAC Professional Edition with source code and check its work on WinCE platform.
-
kamila_k23
- Posts: 3
- Joined: Tue 30 Sep 2014 08:56
Re: Connection to MySQL with WinCE application
Thank you for your response