Re: Delphi 5 <> ADO



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.


.



Relevant Pages

  • Re: Delphi 5 <> ADO
    ... but now i've to support Oracle 9i. ... ADO-Connection works, but if i try to connect, my Delphi want ... but Oracle give me only float. ... Is this an error into ADO, ...
    (borland.public.delphi.database.ado)
  • Re: Delphi 5 <> ADO
    ... but now i've to support Oracle 9i. ... Delphi want Boolean, but i Oracle give me a float. ... NUMBER is a float and it is the ONLY numerical data type. ...
    (borland.public.delphi.database.ado)
  • Delphi 5 <> ADO
    ... i use ADO 2.8 in my Delphi 5 application to connect to SQL-Server 2000. ... but now i've to support Oracle 9i. ... but i Oracle give me a float. ... Is this an error into ADO, ...
    (borland.public.delphi.database.ado)
  • Oracle Float
    ... I am calling an Oracle Stored Procedure. ... defined as "Float". ... 06512 and these error messages talk of not being able to convert propertly ... truncates the last four decimal places - I passed 8 decimal positions but ...
    (microsoft.public.dotnet.framework.aspnet)
  • Oracle Stored Procedure Problems
    ... I am calling an Oracle Stored Procedure. ... defined as "Float". ... 06512 and these error messages talk of not being able to convert propertly ... truncates the last four decimal places - I passed 8 decimal positions but ...
    (microsoft.public.dotnet.framework.adonet)