Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Executing a procedure

Status
Not open for further replies.

vijiprahad

Programmer
May 1, 2001
2
US
Hi all,

I am connected to the oracle database through a ODBC. I need to execute a procedure in my database from my VB code. How should i do it?

Thanks for any help,
Viji
 
If it is a simple procedure that returns no resultset and has no parameter then you could just use the .Execute method of your ADO Connection object.

If it is a more complicated procedrue then it is better to use the ADO Command object.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top