Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How To Execute Procedure via Oracle Oledb Provider with Native Syntax

user10438722Apr 23 2015 — edited Apr 23 2015

i have common procedure with 12 parameter,   these procedure calling other procedure with limited procedure,

i m using this procedure in vba excel application, in excel i m using oracle oledb provider connection and using ado command

in ado connection does not execute procedure like native style "begin proc_name(para1=> para_value1,para2=>para_value2... ); end;

wich is support is msdora provider,how can i do same though oraoledb ado command, now ole require all parameter require with seqence mentain,

also there is not any parameter maping command like p_for_comp => 12,p_for_emp=58, how can i do same as plsql native syntax

plz update me on my id

cngchetan@gmail.com

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2015
Added on Apr 23 2015
2 comments
400 views