SQL Server Compact (WinCE)

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Petya
Posts: 21
Joined: Wed 28 Jul 2010 11:24

SQL Server Compact (WinCE)

Post by Petya » Wed 28 Jul 2010 11:46

Hello,

Is the connector for SQLCE (MSCompactConnection) included in UniDAC ?

THX.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 28 Jul 2010 15:44

UniDAC supports SQL Server Compact Edition, but doesn't include the TMSCompactConnection component. To set connection to SQL Server CE you should use TUniConneciton and set specific options, like OLEDBProvider, CompactVersion, etc.

Petya
Posts: 21
Joined: Wed 28 Jul 2010 11:24

Post by Petya » Wed 28 Jul 2010 17:15

THX, I'll check it out.

Petya
Posts: 21
Joined: Wed 28 Jul 2010 11:24

Post by Petya » Wed 28 Jul 2010 20:05

I don't see Delphi 5 versions for UniDAC, but see them for SDAC and MyDAC. I would need that, is it available ?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 29 Jul 2010 12:55

UniDAC is supported only for Delphi 6 and higher IDE versions.

Post Reply