Keeping the orginal Database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zelalem
    New Member
    • Nov 2006
    • 19

    Keeping the orginal Database

    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.
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Originally posted by Zelalem
    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.
    Hi there,

    One question, where will be the updating, editing and deletion take place? In dbA or in the replicated copy of dbA? Good luck & Take care.

    Comment

    • Zelalem
      New Member
      • Nov 2006
      • 19

      #3
      Originally posted by sashi
      Hi there,

      One question, where will be the updating, editing and deletion take place? In dbA or in the replicated copy of dbA? Good luck & Take care.

      Hi sir , the updating,deleti on and editing will take place in the orginal dbA not the replicated copy of it.

      Comment

      • sashi
        Recognized Expert Top Contributor
        • Jun 2006
        • 1749

        #4
        Originally posted by Zelalem
        Hi sir , the updating,deleti on and editing will take place in the orginal dbA not the replicated copy of it.
        Hi there,

        Correct me if i happen to be wrong at any point. Since the records will be handled in the original database dbA, how is it possible to maintain the originality of the database dbA?

        Comment

        Working...