in reply to Re: ActivePerl (x64) is not working with MS SQL Server CE Database
in thread ActivePerl (x64) is not working with MS SQL Server CE Database

Success eventually came on applying following Connection String

my $dbh = DBI->connect("dbi:ADO:PROVIDER=Microsoft.SQLSERVER.CE.OLEDB. +3.5;ssce:database password=$pass;Data Source=E:\\PUCC\\DB\\D_stud.sdf +");

Many many thanks for the reference

  • Comment on Re^2: ActivePerl (x64) is not working with MS SQL Server CE Database
  • Download Code