Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Integerfields in Delphi with Oracle?

Re: Integerfields in Delphi with Oracle?

From: Quinton McCombs <quintonm_at_bellsouth.net>
Date: 1998/02/20
Message-ID: <34EDA1D4.9FC993DB@bellsouth.net>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US