>elif el == 'Long':
>_formats[i]='el[i].read(20)'
combined with
>for col in _columndata:
>data_vars[col]= eval(_formats[i])
>req.write(col + ' : ' + str(eval(_formats[i])) + '\n' )
means that el[i].read(20) gets called twice because of the two e
05
Importo : 2.000,00
Causale : C50
DescrizioneCausale : INCASSO DA CONTRIBUTI
DataValuta : 13.04.2005
Note : della posizione
please help me !
- Original Message -
From: "Dittmar, Daniel" <[EMAIL PROTECTED]>
To: "Luca Calderano" <[EMAIL PROTECTED]>;
Sent: T
>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 u