ParamBindMode (from TStoredProc)

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
zarko
Posts: 13
Joined: Fri 29 Feb 2008 12:13

ParamBindMode (from TStoredProc)

Post by zarko » Wed 26 Mar 2008 10:08

Hi,

I'm moving from the BDE to ODAC.

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

Any info?

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

Post by Plash » Thu 27 Mar 2008 10:40

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.

Post Reply