Is there a Perl DBI driver for SQL Server Compact 3.5? - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T09:09:58Zhttp://stackoverflow.com/feeds/question/379765http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/379765/is-there-a-perl-dbi-driver-for-sql-server-compact-3-51Is there a Perl DBI driver for SQL Server Compact 3.5?Renaud Bompuis2008-12-19T00:07:27Z2008-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#3798474Answer by LanceSc for Is there a Perl DBI driver for SQL Server Compact 3.5?LanceSc2008-12-19T01:09:37Z2008-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>