my $sql = "UPDATE Table1 SET Image = ? WHERE Id = 1"; my $sth = $dbh->prepare($sql); $sth->execute($bindata);
In reply to Re: Updating binary data through DBI
by Roger
in thread Updating binary data through DBI
by EyeOpener
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |