R
Roger Webb
All the code I've seen for Parameterized stored procs seems to think that
the developer knows the parameter names at design time. I've got a
situation where I have a hashtable of possible parameters, and an unknown
stored proc name. Is there a way to Automatically create the Parameters
collection from the Database, then loop through them and set the parameters
appropriately?
- Roger
the developer knows the parameter names at design time. I've got a
situation where I have a hashtable of possible parameters, and an unknown
stored proc name. Is there a way to Automatically create the Parameters
collection from the Database, then loop through them and set the parameters
appropriately?
- Roger