how save all changes to database in VB? - TechRepublic
General discussion
August 30, 2003 at 11:40 PM
khalid

how save all changes to database in VB?

by khalid . Updated 22 years, 8 months ago

I have making one program by Viusal Basic 6 and I using Access database (using ADO) but when I doing save change to the record like
adoprimaryRS.update
it’s not saving realy until I close the form and open it again
(I mean if I ad new record and do update and I try to do query to new value which I Add (New) it can’t find until I close the form and open again)
I try to use (requery) method but it’s same
I hope you understand me and can help me thank you

This discussion is locked

All Comments