Auto-Create Parameters?

  • Thread starter Thread starter Michael
  • Start date Start date
M

Michael

Does anyone have any good tips for coding lots of input parameters?

I was wondering if there any tool out there that will auto-generate
parameters for me, so I could point it at a database table and it would
create for me everything except the values I'd assign them.

Thanks,

--Michael
 
You can try dragging the SP to the form. This creates a Connection and a
Command object with the properties populated. Carl pointed this out to me a
couple of months ago. It does not seem to work in Whidbey though...

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Back
Top