[cx-oracle-users] Calling function returning INTEGER
Brought to you by:
atuining
From: James R. <jre...@ve...> - 2006-09-27 18:47:32
|
Hi, I'm using the cx_Oracle cursor method callfunc() to call an Oracle function that returns type INTEGER. Is there any way to get callfunc () to return a Python integer value instead of a float? I apologize if the answer to this is well-known. I'm a newbie at this stuff. Jim |