>Can someone tell me how to read data from clob columns via the >maxdb python interface ?
The Python interfaces (sdb.sql and sql.dbapi) use SapDB_LongReader objects, see http://dev.mysql.com/doc/maxdb/en/59/0369eb4b5bff4781935cbecd7f248a/fram eset.htm. For INSERTs und UPDATEs of lobs, you can use either strings or the read method of file objects. Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
