Re: Problem with perl DBI ODBC driver (bug or misconfig ?) [String data right truncation]

2009-08-05 Thread Denis BUCHER
Hello everyone, Martin Evans a écrit : I'm trying to simply do a SELECT from an ODBC source. It works perfectly in PHP but not in perl ! Therefore there is no problem at source or at ODBC level, it seems to reside at perl/DBI level... What I do : use DBI; $dbh =

Re: Problem with perl DBI ODBC driver (bug or misconfig ?) [String data right truncation]

2009-08-04 Thread Martin Evans
Denis BUCHER wrote: Hello Martin, Martin J. Evans a écrit : I'm trying to simply do a SELECT from an ODBC source. It works perfectly in PHP but not in perl ! Therefore there is no problem at source or at ODBC level, it seems to reside at perl/DBI level... What I do : use DBI;

Problem with perl DBI ODBC driver (bug or misconfig ?) [String data right truncation]

2009-08-03 Thread Denis BUCHER
Hello, I'm trying to simply do a SELECT from an ODBC source. It works perfectly in PHP but not in perl ! Therefore there is no problem at source or at ODBC level, it seems to reside at perl/DBI level... What I do : use DBI; $dbh = DBI-connect('dbi:ODBC:' . $dsnname, $dbuser, $dbpwd) or...

Re: Problem with perl DBI ODBC driver (bug or misconfig ?) [String data right truncation]

2009-08-03 Thread Denis BUCHER
Hello Martin, Martin Evans a écrit : Denis BUCHER wrote: Hello everyone, Some precisions to my previous email... I'm trying to simply do a SELECT from an ODBC source. It works perfectly in PHP but not in perl ! Therefore there is no problem at source or at ODBC level, it seems to reside