Page 1 of 1

OCINumber

Posted: Wed 15 Jul 2009 20:00
by acsaba
Hi Everybody!

I am using ODAC 6.50, and I need to implement an extproc dll library with a simple function which returns number ora datatype. Could you please help me how to do this. I tried OCINumberFromInt without any success, so pls give me a solution.

Thanks

Csaba

Posted: Fri 17 Jul 2009 06:51
by Plash
Please see the demo for external procedure that is located in

\Demos\[Win32]\Miscellaneous\ExternalProc

You can use TOraNumber class to work with OCI Number.