Hello Everyone!
Im new to .net and I have been looking into ADO.net and I understand that there has been a general paradigm shift with ADO.net in which the client works disconnected from the datasource rather than actually maintainig a connection and manipulating the datasource directly. From what I understand, most of the time in ADO.net manipulation of data is done on client side to the dataset which is then used to update the actual datasource.
One thing I have been wondering about is the utilization of stored procedures in SQL Server. Sometimes SPs do some major manipulations on the actual database - how does this jive with the whole disconnected aspects of ADO.net?
I was just wondering about this because a stored proc operates directly on the database while other aspects of a .net application may manipulate data in a disconnected way.
Thanks
-Rich
Im new to .net and I have been looking into ADO.net and I understand that there has been a general paradigm shift with ADO.net in which the client works disconnected from the datasource rather than actually maintainig a connection and manipulating the datasource directly. From what I understand, most of the time in ADO.net manipulation of data is done on client side to the dataset which is then used to update the actual datasource.
One thing I have been wondering about is the utilization of stored procedures in SQL Server. Sometimes SPs do some major manipulations on the actual database - how does this jive with the whole disconnected aspects of ADO.net?
I was just wondering about this because a stored proc operates directly on the database while other aspects of a .net application may manipulate data in a disconnected way.
Thanks
-Rich