Link to home
Start Free TrialLog in
Avatar of Rajesh_Vijayan
Rajesh_Vijayan

asked on

Updating more than one row in datagrid

I want to update more than one row in datagrid.Single row updation is working perfect.But when i try to go to next rw it says insufficent key information for inserting or updating. Iam manually writing code for updation, so is it possible to capture the row change event of datagrid so i can prevent the datagrid from updating by itself?
Iam stuck up at this point, mabe one of u out there could figure an answer easily.
thanks ,
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

use a disconnected recordset (set rs.activeconnection = nothing)
Avatar of Rajesh_Vijayan
Rajesh_Vijayan

ASKER

Thanks,i have got it right from the solution u have provided.
rgds,
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial