View Single Post
  #5 (permalink)  
Old 09-19-2008, 12:10 PM
orjan's Avatar   
orjan orjan is offline
Programming Expert
 
Join Date: Sep 2007
Location: Sunne, Värmland, Sweden
Age: 33
Posts: 359
Last Blog:
Procedural Programming...
Credits: 42
Rep Power: 9
orjan has a spectacular aura aboutorjan has a spectacular aura aboutorjan has a spectacular aura about
Default Re: Need help sending information from an ASP.NET form to a database

well, why not open the asp page, simply?

Stored procedures is a great tool for doing some complicated things, but for a just plain insert, I think its so enormous overkill, as you would still need to enter info to your asp page if the db changes.

an administrator would still need to know the documentation, and it is'nt that many operations you could do on this DB anyway without changing the code calling the sp.

creating sp:s would be another thing if you need to enter the info into several tables and do it within an transaction so you know what's entered or not...
Reply With Quote

Sponsored Links