Page 1 of 1

Does Oracle and ODAC support automatic parameter datatype detection?

Posted: Wed 09 Jan 2008 14:02
by upscene
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

Posted: Thu 10 Jan 2008 08:46
by Plash
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.