>   How can I store file into SAPDB database with perl ODBC?

- Declare the column as LONG BYTE, 
- prepare the insert with question marks as placeholders
- read the complete content of the file into a Perl string variable
- execute the prepared statement

Daniel Dittmar

-- 
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to