>  How can I store picture into database (field LONG BYTE) 
> and how  can I extract future?

This really depends on the programming interface:

ADO: http://support.microsoft.com/default.aspx?scid=kb;EN-US;q194975
ODBC: SQLPutData, SQLGetData
JDBC: PreparedStatement.setBinaryStream, ResultSet.getBinaryStream/getBlob
   setBytes, getBytes will also work
Python: http://www.sapdb.org/sapdbPython.html#LONG%20values

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