OCINumber

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
acsaba
Posts: 5
Joined: Wed 15 Jul 2009 19:54

OCINumber

Post by acsaba » Wed 15 Jul 2009 20:00

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

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 17 Jul 2009 06:51

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.

Post Reply