|
Hello,
I want get imagef(jpeg) from sapdb and
try next script:
use SAP::DBTech::sapdb;
# connect to db $session = sapdb::connect ( $user, $pwd, $dbname, $host); # get one value $stmt = 'SELECT foto INTO ? FROM graf_test where ident=2'; open
FILE,">test.jpg";
binmode(FILE); $result = $session->sql ($stmt); print FILE $result; close FILE; But test.jpg as result dont have such size as original. Where I wrong?
Thanks! Alex
|
- RE: get image from sapdb alex
- RE: get image from sapdb Dittmar, Daniel
