Re: Delphi 5 <> ADO
- From: "Paul Meyer" <greenmile27@xxxxxx>
- Date: Tue, 30 Jan 2007 09:57:25 +0100
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.
.
- Follow-Ups:
- Re: Delphi 5 <> ADO
- From: Bill Todd
- Re: Delphi 5 <> ADO
- From: Leonid Zeitlin
- Re: Delphi 5 <> ADO
- From: Paul Meyer
- Re: Delphi 5 <> ADO
- References:
- Delphi 5 <> ADO
- From: Paul Meyer
- Re: Delphi 5 <> ADO
- From: Arnie
- Delphi 5 <> ADO
- Prev by Date: Re: ADO - Updates and informing users
- 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
|