- or download this
henri@henri-desktop:~$ perl -MDBI -e 'DBI->installed_versions;'
Perl : 5.008008 (i486-linux-gnu-thread-multi)
...
DBD::File : 0.37
DBD::ExampleP : 12.010007
DBD::DBM : 0.03
- or download this
use DBI;
use DBD::ODBC;
...
$query->finish();
$dbh->disconnect();
- or download this
sql : SELECT "REF" FROM "ARTICLES" LIMIT 5
Error at Line : syntax error near LIMIT
- or download this
SQLDriverConnect 'boutique', 'HASH(0x8153c28)', 'xxxx'
SQLConnect 'boutique', 'HASH(0x8153c28)'
...
SQLDescribeParam supported: 0
Processing sql in non-unicode mode
SQLDisconnect=0
- or download this
export LC_TYPE=fr_FR