vote up 1 vote down star

Maybe I'm not looking in the right places but I'd like to use SQL Server Compact 3.5 as a back-end for an existing Perl app that uses DBI (on Windows).

I'm looking specifically at SQL Server Compact 3.5 because I'd like to use the existing support for it in MS Sync Framework to get started instead of the SQLite db I'm currently using.

flag

65% accept rate

1 Answer

vote up 4 vote down check

I haven't seen any and since there isn't an ODBC driver for SQL Server Compact your only option is to use DBD::ADO.

link|flag
Given the absence of an ODBC driver, this is plausible advice. – Jonathan Leffler Dec 19 '08 at 1:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.