Re: Need help sending information from an ASP.NET form to a database
Hi orjan,
If you worked with stored proc in MS SQL you will know that it's a bit of work
But when u need to do update / change the insert statement in the future on the page how will u alter the insert statement without opening your asp page
Let’s say you do not have the source code of your page how will and can u handle the insert statement. SQL Stored Proc’s is a bit irritating to work with but your page will be more stable. If you create the database with out stored Proc’s, triggers... how will the database administrator handle the database that u will use. Remember when u develop software think in the future how will u be able to solve a problem.
I programmed with a team of professional developers and they thought me something if you want a short cut of doing stuff your project will also have a short cut of stability. If you want to code, then code. Rather be a coder than an interface designer.
Thanks
|