Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reams and reams of code
Message
From
05/06/2003 12:36:46
Philip Jones
Cornwall County Council
Truro, United Kingdom
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Reams and reams of code
Miscellaneous
Thread ID:
00796798
Message ID:
00796798
Views:
52
Can anyone please tell me.

I have a form with about 60 or 70 input elemnts on it.
If I pass them all to an SQL stored proc do I have to write out

p.Append .CreateParameter("@var", adInteger, adParamReturnValue, 4)

and

Cmd("@var")=Request.Form("whatever")

60 or 70 times or is there a more concise way of doing it?
Reply
Map
View

Click here to load this message in the networking platform