A
ALPO
We are thinking of using sprocs for all selects, insert,
updates, and deletes. So our process may be something as
the following:
1) Retrieve dataset and fill grid( maybe by adapter )
2) Make updates to locally cached recordset
3) Once user is happy with results on cached recordset
user applies update to database through stored proc
HOw can we accomplish this? Any good examples out there?
updates, and deletes. So our process may be something as
the following:
1) Retrieve dataset and fill grid( maybe by adapter )
2) Make updates to locally cached recordset
3) Once user is happy with results on cached recordset
user applies update to database through stored proc
HOw can we accomplish this? Any good examples out there?