Damian Maclennan Blog

Damian's Datalog

The case for stored procedures in ASP.NET

Rob Howard lays the smack down on anyone not using stored procedures for data access in their ASP.NET applications. Keep this link handy for the next time someone brings up the "but I want to be database independant" argument.

Legacy Comments


Madhukiran
2005-06-07
re: The case for stored procedures in ASP.NET
hello i am madhu,
a beginner in .net field,i am using asp .net and sql server,i have done sql sentences for querying the database using syatem.data.sqlclient,now i am converting the same code to stored procedures using sytem.data.sqlclient only,what i should do for the code to work.