Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 stored proc - unknown parameters

Author  Topic 

Andy dg
Starting Member

6 Posts

Posted - 2007-01-24 : 02:58:35
If a procedure is known but all parameters are not known, can I handle this using CommandBehavior.RetrieveParameters.
If yes, do I need to incur an extra round trip to server.

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-01-24 : 03:04:06
Yes.


Peter Larsson
Helsingborg, Sweden
Go to Top of Page
   

- Advertisement -