P
Paul R
Hi, I currently have a system using ADO.NET to update a SQLServer2000
database.
I use DataSets (not strongly typed) and set up an appropriate SQL
SELECT/UPDATE/INSERT/DELETE method for each.
I am now in the middle of moving all of my data access to stored procedures.
I have done most of the query type statements, but am unsure of how to
approach the inserts/updates.
Is it straightforward to use stored procedures with the automatic updating
mechanism of ADO.NET?
Also is it possible to have a stored procedure that takes more than one
record to insert/update? Or do stored procedures normally only insert or
update one record?
Thanks!
database.
I use DataSets (not strongly typed) and set up an appropriate SQL
SELECT/UPDATE/INSERT/DELETE method for each.
I am now in the middle of moving all of my data access to stored procedures.
I have done most of the query type statements, but am unsure of how to
approach the inserts/updates.
Is it straightforward to use stored procedures with the automatic updating
mechanism of ADO.NET?
Also is it possible to have a stored procedure that takes more than one
record to insert/update? Or do stored procedures normally only insert or
update one record?
Thanks!