Re: [Zope-DB] DCOracle2 with a Stored Procedure that Returns a ref_cur

2007-03-21 Thread Maan M. Hamze
The original issue with stored procedures that return a ref cursor has been resolved and it is working fine. As you mention, it was all along: c2 = c1.procedures.sp1(in1, in2, in3, in4) I was running into a problem with it, but the problem ended up being not with the stored procedure, but with

[Zope-DB] DCOracle2 TIMESTAMP DataType Issue

2007-03-21 Thread Maan M. Hamze
I checked dco2.c yesterday and I did notice that there is no converter for SQLT_TIMESTAMP: COVERTOUTF(SQLT_TIMESTAMP) I wanted to study the code further, so that I do not sound like an idiot :-D I noticed the following which discouraged me from making more comments about it: In struct

[Zope-DB] RE: DCOracle2 TIMESTAMP DataType Issue

2007-03-21 Thread Maan M. Hamze
This is the error I am getting with DCOracle2 on Win XP with a TIMESTAMP field fetched in a record set. r = c1.fetchone() Traceback (most recent call last): File stdin, line 1, in ? File C:\Python\lib\site-packages\DCOracle2\DCOracle2.py, line 1182, in fetch one v =