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
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 =&
H S wrote:
Hi,
I am trying to install SQL::Statement through cpan but got some
errrors while 'make tests'
One of the errors said that I am missing IO::File. IO::File is part
of perl 5.8.7 whereas my perl's version is 5.8.3. Do I need to
upgrade to newer version?
You can safely ignore the
Hi,
I am trying to install SQL::Statement through cpan but got some
errrors while 'make tests'
One of the errors said that I am missing IO::File. IO::File is part
of perl 5.8.7 whereas my perl's version is 5.8.3. Do I need to
upgrade to newer version? I can't use cpan to install this module.