Page 1 of 1

SQL Server Compact (WinCE)

Posted: Wed 28 Jul 2010 11:46
by Petya
Hello,

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

THX.

Posted: Wed 28 Jul 2010 15:44
by Dimon
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.

Posted: Wed 28 Jul 2010 17:15
by Petya
THX, I'll check it out.

Posted: Wed 28 Jul 2010 20:05
by Petya
I don't see Delphi 5 versions for UniDAC, but see them for SDAC and MyDAC. I would need that, is it available ?

Posted: Thu 29 Jul 2010 12:55
by Dimon
UniDAC is supported only for Delphi 6 and higher IDE versions.