Hi
In the VB.6 application program I know that there are functionalities used for updating,editin g the main database designed with Ms access or any other DBMS
What I need is to keep the orginal database some where whenever updating,editin g or deleting has been done.
Example: Suppose ,dbA is the orginal database before updating,editin g or deleting and dbA" is the database after updating,editin g or deleting has been done.
Here the point that I want to know is any method used to put the orginal database (dbA ) in some place. I need if there are codes for handling that.
In the VB.6 application program I know that there are functionalities used for updating,editin g the main database designed with Ms access or any other DBMS
What I need is to keep the orginal database some where whenever updating,editin g or deleting has been done.
Example: Suppose ,dbA is the orginal database before updating,editin g or deleting and dbA" is the database after updating,editin g or deleting has been done.
Here the point that I want to know is any method used to put the orginal database (dbA ) in some place. I need if there are codes for handling that.
Comment