transfer data from one access db to another access db in vb6.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • subratamaji
    New Member
    • Nov 2007
    • 7

    transfer data from one access db to another access db in vb6.0

    how can i transfer all tables from one access db to another access db dynamically in visual basic 6.0

    end user should have choice to select the table from the source database.
    Last edited by subratamaji; Dec 24 '07, 06:20 AM. Reason: spelling
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    If you want to create copy the entire database then simply copy the file and nename it into a new location.

    Comment

    Working...