Page 1 of 1

ParamBindMode (from TStoredProc)

Posted: Wed 26 Mar 2008 10:08
by zarko
Hi,

I'm moving from the BDE to ODAC.

TStoredProc has ParamBindMode property - TORAStoredProc seems not to expose it.

Any info?

Posted: Thu 27 Mar 2008 10:40
by Plash
TOraStoredProc component always binds parameters by number. However, it is strongly recommended that the names of parameters in TOraStoredProc are the same as in the database.