- or download this
my $sth =
$dbh->prepare("insert into foo(data) values (?);");
$sth->bind_param(1, $value, SQL_LONGVARBINARY);
$sth->execute();
- or download this
SQL type 1075548612 for 'rc' is not fully supported, bound as VARCHAR
+instead at ./1.0 line 122.
- or download this
$dbh->prepare("insert into foo(data) values
(lo_import('/tmp/lame'));")