Re: Delphi 5 <> ADO
- From: "Leonid Zeitlin" <lz@xxxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 16:57:05 +0200
Paul, as another poster has noted you need to make all your TField componens
corresponding to numeric fields in Oracle a TFloatField. You may have
TAutoIncField, TIntegerField or TBooleanField in your application, but you
need to convert them to TNumericField for Oracle.
"Paul Meyer" <greenmile27@xxxxxx> ???????/???????? ? ???????? ?????????:
news:epn19l$su6$03$1@xxxxxxxxxxxxxxxxxxxx
My problem is: Delphi say "Boolean" required, but always only Float is
given. Oracle only give float. I can't believe that this is an Delphi
problem.
It's not ADO, it's Oracle.
It sounds like you are talking about persistent fields from your
description above. Oracle only has a few basic datatypes: CHAR,
VARCHAR2, NUMBER and DATE. Yes, there are also BLOBs and you can define
your own objects.
NUMBER is a float and it is the ONLY numerical data type. Therefore,
anything based on the NUMBER datatype will always return a field type of
TFloatField.
.
- References:
- Delphi 5 <> ADO
- From: Paul Meyer
- Re: Delphi 5 <> ADO
- From: Arnie
- Re: Delphi 5 <> ADO
- From: Paul Meyer
- Delphi 5 <> ADO
- Prev by Date: Re: Migrate BDE Delphi 5 to ADO Delphi 2006
- Next by Date: Re: Delphi 5 <> ADO
- Previous by thread: Re: Delphi 5 <> ADO
- Next by thread: Re: Delphi 5 <> ADO
- Index(es):
Relevant Pages
|