Hello,

I am trying to access some PLSQL-Function with Output-Variables of type
RECORD.

It was perfectly possible to access information when the type was numeric
oder string, by

cn=cx_Oracle.connect(...)
cs=cn.cursor()
n=cs.var(cx_Oracle.NUMERIC)

cx.callproc("whatever",cx_Oracle.NUMERIC,[n])
n.getvalue()

but now the return of whateverrecord is RECORD  ... what can I do?

Harald



--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Reinsburgstraße 202b
70197 Stuttgart
0173/9409607
fx 01212-5-13695179
-
Python: the only language with more web frameworks than keywords.
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to