J
Jules
Hello,
I would like some clarification on how I can use Datasets and ADO.NET
with Stored Procedures. I have read various multi tier architecture
discussions on performing Object/ RDMS maintenance, and there seems to
be a concensous that Stored Procedures are the most effective means to
maintain overall database performance. (I.e. Stored procedures will
mena less database access, can be optimised by the DBMS or Database
Engineers, but at the expense of portability because SP are DBMS
specific.)
But I have been reading through ADO.NET and the use of DataSets does
seem very attractive on simplifying my data manipulation operaitons
outside of the database. However would I be correct in assuming that
although I can use ADO.NET to call into Stored Procedures, their use
is not really consistent with DataSet data access ? I guess I can have
mixtures, so long as I am sure I am not manipulating the same data.
Is there any advice or wisdom on the relative merits of ADO.NET
Datasets and Stored procedures ?
Thanks
Jules
I would like some clarification on how I can use Datasets and ADO.NET
with Stored Procedures. I have read various multi tier architecture
discussions on performing Object/ RDMS maintenance, and there seems to
be a concensous that Stored Procedures are the most effective means to
maintain overall database performance. (I.e. Stored procedures will
mena less database access, can be optimised by the DBMS or Database
Engineers, but at the expense of portability because SP are DBMS
specific.)
But I have been reading through ADO.NET and the use of DataSets does
seem very attractive on simplifying my data manipulation operaitons
outside of the database. However would I be correct in assuming that
although I can use ADO.NET to call into Stored Procedures, their use
is not really consistent with DataSet data access ? I guess I can have
mixtures, so long as I am sure I am not manipulating the same data.
Is there any advice or wisdom on the relative merits of ADO.NET
Datasets and Stored procedures ?
Thanks
Jules