Is there a Perl DBI driver for SQL Server Compact 3.5? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T09:09:58Z http://stackoverflow.com/feeds/question/379765 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/379765/is-there-a-perl-dbi-driver-for-sql-server-compact-3-5 1 Is there a Perl DBI driver for SQL Server Compact 3.5? Renaud Bompuis 2008-12-19T00:07:27Z 2008-12-19T19:11:34Z <p>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).</p> <p>I'm looking specifically at SQL Server Compact 3.5 because I'd like to use the existing support for it in <a href="http://msdn.microsoft.com/sync" rel="nofollow">MS Sync Framework</a> to get started instead of the SQLite db I'm currently using.</p> http://stackoverflow.com/questions/379765/is-there-a-perl-dbi-driver-for-sql-server-compact-3-5/379847#379847 4 Answer by LanceSc for Is there a Perl DBI driver for SQL Server Compact 3.5? LanceSc 2008-12-19T01:09:37Z 2008-12-19T01:09:37Z <p>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.</p>