Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Retrieve file BLOB from SQL Server 'Image' field type

by monkey_boy (Priest)
on Sep 24, 2015 at 13:16 UTC ( [id://1142905]=note: print w/replies, xml ) Need Help??


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...

Replies are listed 'Best First'.
Re^2: Retrieve file BLOB from SQL Server 'Image' field type
by porg (Novice) on Sep 24, 2015 at 14:07 UTC
    thanks for the tip

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1142905]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-28 14:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found