trouble with ZsapdbDA v0.3
29 Jan
2004
29 Jan
'04
10:11 p.m.
here's what I had to do to get this working: diff: 130c130 < if max_rows and isinstance(r, DCsapdb.Cursor): ---
if max_rows and isinstance(c, DCsapdb.Cursor):
138,140c138,140 < if max_rows and isinstance(r, DCsapdb.Cursor): < if max_rows==1: result=(r.fetchone(),) < else: result=r.fetchmany(max_rows) ---
if max_rows and isinstance(c, DCsapdb.Cursor): if max_rows==1: result=(c.fetchone(),) else: result=c.fetchmany(max_rows)
8102
Age (days ago)
8102
Last active (days ago)
0 comments
1 participants
participants (1)
-
erik.myllymakiï¼ aviawest.com