Supported .Params DataTypes

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Phobos
Posts: 6
Joined: Tue 17 Oct 2006 07:58

Supported .Params DataTypes

Post by Phobos » Thu 19 Oct 2006 14:41

Greetings,

we will be discussing the purchase of ODAC probably tomorrow, due to some unanswered question, management is in favor of rival companies :(.

Is there somewhere a list of supported Parameter DataTypes?
I had no problems with most Params datatypes but the ftBCD - when I use ftBCD i get an error that "this type is not supported" - is it a bug or a feature?
or is there an option EnableBCD like in ADODB?

Thank you in advance.

btw.
I have answered the Question about AutoCommit and StartTransaction myself by test myself...

Code: Select all

ODAC 5.8 (latest)
Delphi 7
Oracle 10i

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Fri 20 Oct 2006 08:07

This is designed behavior. We have ftNumber type (TOraNumber class) that is native for Oracle.

Post Reply