Re: Trouble with SQL::Statement 1.14 and bind values

2005-10-08 Thread Steffen G.
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

Re: Trouble with SQL::Statement 1.14 and bind values

2005-10-07 Thread Jeff Zucker
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

Trouble with SQL::Statement 1.14 and bind values

2005-10-07 Thread Steffen G.
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 =&

Re: SQL-Statement-1.14

2005-08-11 Thread Jeff Zucker
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

SQL-Statement-1.14

2005-08-11 Thread H S
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.