Jeff Zucker wrote:
>>
> Yes, I just recently discovered some problems. Please try this fix and
> let me know if it solves your problem:
>
> http://svn.perl.org/modules/SQL-Statement/trunk/SQL-Statement-1.15.tar
Yes, it does. Thanks a lot!
Steffen
Steffen G. wrote:
Hi,
I have some trouble with the new SQL::Statement 1.14 when using a DBI:CSV
database and bind values.
Yes, I just recently discovered some problems. Please try this fix and
let me know if it solves your problem:
http://svn.perl.org/modules/SQL-Statement/trunk/SQL-Stateme
Hi,
I have some trouble with the new SQL::Statement 1.14 when using a DBI:CSV
database and bind values.
Please have a look at these few lines:
~~~
#!/usr/bin/perl -w
use strict;
use DBI;
my $dbh=DBI->connect("DBI:CSV:f_dir=./db",'','',
{ RaiseError => 1, AutoCommit => 1 })
or di