http://qs321.pair.com?node_id=1142905


in reply to Retrieve file BLOB from SQL Server 'Image' field type

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]; }



This is not a Signature...