in reply to Re^2: How to insert BLOB into DB2 using DBI?
in thread How to insert BLOB into DB2 using DBI?
When you SELECT that column, you should have the raw data in the returned row - just write it to the new file ... print FH $data should work.
(So far, I doubt any of this is DB2 specific ;->)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to insert BLOB into DB2 using DBI?
by rdfield (Priest) on Jan 14, 2005 at 15:46 UTC | |
|
Re^4: How to insert BLOB into DB2 using DBI?
by Anonymous Monk on Jan 14, 2005 at 15:47 UTC | |
by Tanktalus (Canon) on Jan 14, 2005 at 17:02 UTC |