Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Integerfields in Delphi with Oracle?
Delphi 2.0 also has integer datatypes and I have never had a problem storing them in the database. Make sure that the column in the database is defined as number and you should not have a problem. If you like, email me a test case of the delphi code and I will take a look at it for you.
Wolfram Diestel wrote:
>
> We have a database application written in Delphi 3.0
> which has to run with varios databases.
>
> There's no generic Integer datatype in Oracle,
> but in the BDE-Alias there is an option "ENABLE INTEGERS".
> By the BDE-documentation this option should convert
> numeric datatypes to integer - but it seems not to work.
>
> How to get it work? Are there any ideas?
>
> Thanks al lot for any hint,
>
> Wolfram.
>
> ____________________________________________________
> Wolfram Diestel <diestel_at_rzaix340.rz.uni-leipzig.de>
Received on Fri Feb 20 1998 - 00:00:00 CST
![]() |
![]() |