Re: [Zope] DCOracle Problem

2000-06-29 Thread Oleg Broytmann

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  [EMAIL PROTECTED]
   Programmers don't die, they just GOSUB without RETURN.


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] DCOracle Problem

2000-06-29 Thread David A Lipsky

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  [EMAIL PROTECTED]
   Programmers don't die, they just GOSUB without RETURN.



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )