List Stored Proceedure params in VBA ?

K

kiln

Probably this is hopeless, but just in case...does anyone know of a way
to list a stored proceedure's params, using either dao or ado? Code
snippet, add-in, etc?

Thanks
 
S

Sylvain Lafontaine

Of course, you can also use a stored procedure to take a look directly on
the SQL-Server; see the newsgroup m.p.sqlserver.programming for more info
about that.
 
Top