Connection to MySQL with WinCE application

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kamila_k23
Posts: 3
Joined: Tue 30 Sep 2014 08:56

Connection to MySQL with WinCE application

Post by kamila_k23 » 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?

kamila_k23
Posts: 3
Joined: Tue 30 Sep 2014 08:56

Re: Connection to MySQL with WinCE application

Post by kamila_k23 » Tue 30 Sep 2014 11:05

OK :(
Does any component Devart can make a call from WinCE to MySQL?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Connection to MySQL with WinCE application

Post by ViktorV » Wed 01 Oct 2014 08:40

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.

kamila_k23
Posts: 3
Joined: Tue 30 Sep 2014 08:56

Re: Connection to MySQL with WinCE application

Post by kamila_k23 » Thu 02 Oct 2014 11:41

Thank you for your response

Post Reply