- or download this
$select00->bind_param(1,$id,SQL_INTEGER)|| die $select00->errstr;
$select00->bind_param(3,$item,SQL_INTEGER)|| die $select00->errstr;
- or download this
DBI::st=HASH(0x80f86e0)->bind_param(...): attribute parameter 'SQL_INT
+EGER' is n
ot a hash ref at ./dbtest.insert line 19.
- or download this
#!/usr/bin/perl -w
#
...
close CSV;
$dbh->disconnect;
- or download this
Bareword "SQL_INTEGER" not allowed while "strict subs" in use at ./dbt
+est.insert
line 18.