Re: [cx-oracle-users] Feedback desired on types and binding
Brought to you by:
atuining
From: <wa...@li...> - 2006-10-12 20:48:52
|
Henning von Bargen wrote: >> From: "Anthony Tuininga" <ant...@gm...> >> Subject: [cx-oracle-users] Feedback desired on types and binding >> >> [...] >> cursor.callfunc("SomeFunction", int, (parm1, parm2)) >> >> or >> >> cursor.setinputsizes(someparm =3D int) >> >> or >> >> cursor.var(int) >> >> In all of the above cases a NUMBER bind variable would be created but >> whenever the value of the variable is acquired the type of object >> returned would be an integer. The same thing would occur with unicode. >> >> Does this seem reasonable to you? Any comments appreciated. Thank you. >> >> Anthony Tuininga >=20 > +1 +1 from me too. Bye, Walter D=F6rwald |