Does Oracle and ODAC support automatic parameter datatype detection?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
upscene
Posts: 306
Joined: Thu 19 Oct 2006 08:13

Does Oracle and ODAC support automatic parameter datatype detection?

Post by upscene » Wed 09 Jan 2008 14:02

If I prepare a query with parameters, does Oracle and ODAC support getting the parameter datatype? (in TNS and Direct mode)

--
Martijn Tonies
Upscene Productions
http://www.upscene.com

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 10 Jan 2008 08:46

Parameters data type cannot be detected automatically, except for TOraStoredProc component.

But data type can be set automatically when you assing a value to parameter depending on type of the value.

Post Reply