while (my $row = $sth->fetchrow()) { #fetchrow_arrayref # Save blob data into this file: # print FILE $row; # if you are fetching an array reference with a single value: print FILE $row->[0]; }
In reply to Re: Retrieve file BLOB from SQL Server 'Image' field type
by monkey_boy
in thread Retrieve file BLOB from SQL Server 'Image' field type
by porg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |