I'm looking for information on what the "best practice" is when working with Delphi 5's int64 type, DOA, and Oracle Server 7.3.4 (we will be moving to 8 but not quite yet).
The best I have come up with so far is to pass the int64 value back and forth from/to my queries as a string and perform the conversion in my query, pl/sql block, stored procedure, etc.
Has anyone else here had to deal with such large integer values?
Thanks in advance for any enlightenment, suggestions, etc.
------------------
Tom Clowers
The best I have come up with so far is to pass the int64 value back and forth from/to my queries as a string and perform the conversion in my query, pl/sql block, stored procedure, etc.
Has anyone else here had to deal with such large integer values?
Thanks in advance for any enlightenment, suggestions, etc.
------------------
Tom Clowers