Re: [cx-oracle-users] How do I bind output variables properly?
Brought to you by:
atuining
From: Tim H. <tho...@en...> - 2006-10-10 21:18:41
|
Anthony Tuininga <anthony.tuininga@...> writes: > 2) cursor.var() is available to create a variable that you can pass in > and get a value out after the call is complete > > Hopefully this helps. > Yep - I just needed to use var() to setup my output parameters. I thought I needed to use setinputsize() or something, but for NUMBER parameters it works fine now. Thanks! |