29 Jun
2000
29 Jun
'00
8:39 p.m.
True, but the stored procedure I am calling is intended to return many rows of data (tens of thousands on occasion). I need a cursor for that.
On Thu, 29 Jun 2000, David A Lipsky wrote:
curs = conn.cursor() conn.procedures.some_stored_procedure(curs)
Do not pass cursor - pass parameters to the procedure and it returns a result.
Oleg. (All opinions are mine and not of my employer) ----- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
9411
Age (days ago)
9411
Last active (days ago)
0 comments
1 participants
participants (1)
-
David A Lipsky