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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

determine stored procedures parameters 1

Status
Not open for further replies.

MickTheBelgian

Programmer
Jan 11, 2001
160
DK
How can I find out the exact parameters which need to get passed to a stored procedure. Is there, like user_views, a table which shows all stored procedures with their parameters? I am working from VB.NET.
The idea is to let the VB program automatically adapt if the stored procedure gets changed. Old VB had mycommand.parameters.refresh but this seems to have disappeared in VB.NET.
 
You need user_arguments view.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top