in reply to Sybase DBD and Perl - Retrieving images from the DB and saving to disk
To fetch or write (uni)text or image datatype values, you need to use readtext (http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc36272.1550/html/commands/X28630.htm) & writetext (http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc36272.1550/html/commands/CIHIFBAF.htm) functions involving pointers & sizes.
All the blame goes to PerlMonks for links not being clickable as I got "Permission denied" error when I tried.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sybase DBD and Perl - Retrieving images from the DB and saving to disk
by Corion (Patriarch) on Oct 16, 2015 at 10:01 UTC | |
|
Re^2: Sybase DBD and Perl - Retrieving images from the DB and saving to disk
by Anonymous Monk on Oct 16, 2015 at 09:59 UTC |