v_krishnan
September 21st, 2001, 09:02 AM
Hi,
I am using the MS RDO to show values from a database into a grid. Now when the user can edit the data in grid I do NOT want the changes to be applied immediately. I want them to be applied into the database only when the user asks. The problem I have is that the ODBC driver that I am using does not support batch updates(To be more precise it does not support SQLMoreResults function). Can anyone please tell me some other method through which I can achieve this?
I am using the MS RDO to show values from a database into a grid. Now when the user can edit the data in grid I do NOT want the changes to be applied immediately. I want them to be applied into the database only when the user asks. The problem I have is that the ODBC driver that I am using does not support batch updates(To be more precise it does not support SQLMoreResults function). Can anyone please tell me some other method through which I can achieve this?