DB-API 2.0
Piotr CzabaƱski
czaban at dgt.com.pl
Mon Apr 22 05:36:46 EDT 2002
Hi,
Two problems:
1.
Fetch all (remaining) rows of a query result, returning them as a
sequence of sequences (e.g. a list of tuples).
J think the proper result would be a list of lists - specilally for
people working with wxPython.
2.
ProgrammingError: (-104, 'execute.isc_dsql_prepare: Dynamic SQL Error.
SQL
error code = -104. token size exceeds limit. ')
How to get round it? My command SQL string has 1352 character (it is
"insert" command).
Best regards
Piotr
More information about the Python-list
mailing list