retrieve stored proc parameters

  • Thread starter Thread starter Benoist LUGNIER
  • Start date Start date
B

Benoist LUGNIER

Hello
VB .NET - ADO .NET - SQL Server (MSDE)
I want to retrieve the parameters of a stored procedure before execute it.

I've already try the fillschema but it return the "return object (table)"
and not the stored proc.

Thanks

Benoist
 
Hi Benoist,

Did you know there was a special newsgroup for adonet question.

news://msnews.microsoft.com/microsoft.public.dotnet.framework.adonet

There are a lot who know probably an answer on your question.

Cor
 
Thanks

Cor said:
Hi Benoist,

Did you know there was a special newsgroup for adonet question.

news://msnews.microsoft.com/microsoft.public.dotnet.framework.adonet

There are a lot who know probably an answer on your question.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top