V
V. Jenks
Picture it, Sicily, 1998, an ADO programmer could use the
Command's .Refresh method to automatically determine all
of the parameters (data types and all!) of a stored
procedure w/o having to manually code out a giant list!
Sure, it imposed a small performance hit, but sometimes
it was justified and dang convenient!
Does such a thing exist for ADO.NET? Is there ANY way to
auto-determine params w/o having to code out a huge list
every time?
I've finally gotten tired of doing this and was wondering
if there's any method or even code snippet (utility
maybe?) out there that offers this, simply to save me
some time!
Thanks!
Command's .Refresh method to automatically determine all
of the parameters (data types and all!) of a stored
procedure w/o having to manually code out a giant list!
Sure, it imposed a small performance hit, but sometimes
it was justified and dang convenient!
Does such a thing exist for ADO.NET? Is there ANY way to
auto-determine params w/o having to code out a huge list
every time?
I've finally gotten tired of doing this and was wondering
if there's any method or even code snippet (utility
maybe?) out there that offers this, simply to save me
some time!
Thanks!