Windows CE

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Thomas J.
Posts: 95
Joined: Mon 21 Nov 2005 12:16
Location: Germany

Windows CE

Post by Thomas J. » Mon 30 Apr 2007 12:20

Hello support,
is it possible to use your components with Windows CE? (I have no experience with CE)

Thanks,
Thomas

Bernhard Geyer
Posts: 20
Joined: Fri 30 Sep 2005 14:13

Re: Windows CE

Post by Bernhard Geyer » Thu 03 May 2007 06:45

Thomas J. wrote:Hello support,
is it possible to use your components with Windows CE? (I have no experience with CE)
If you can run a "normal" Win32-Delphi-Application - Yes.
But you can't because CE doesn't have a Win32-Compatible API and doesn't uses X86-Processors.

You can only try the ADO.NET-Provider from Core Labs and implement with WinForms for .NET Compact Framework.

Post Reply