[Zope] DCOracle question again

2000-07-05 Thread David A Lipsky
. If anyone has any other ideas, I'd appreciate the help. -David Lipsky I was wondering if you could help me with a problem I've been having with DCOrale, connecting to Oracle8i. import DCOracle conn = DCOracle.Connect(...) curs = conn.cursor() conn.procedures.some_stored_procedure

[Zope] DCOracle Problem

2000-06-29 Thread David A Lipsky
) File "/usr/lib/python1.5/DCOracle/ociCurs.py", line 109, in _error raise error, (rc, oci_.OracleErrorMessage(self._c.lda, rc)) oci.error: (1003, 'ORA-01003: no statement parsed') Any advice or help you can give would be greatl

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