MickTheBelgian
Programmer
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.
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.