Copying table from one mdb to another

Discussion in 'Classic ASP' started by naveed, Mar 16, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am using ASP 3.0. I have 2 access database (mdb) files; source.mdb and destination.mdb. There is a table with the name "countries" in source.mdb and I wish to copy it in destination.mdb file with the structure and data. Can any body give the ASP code to do the same?
     
  2. I do not have the code, but I suggest you try dbadmin, a marveleous administration webapplication for your access databases. You can find it at www.StpWorks.com . It has also the code for importing tables from other databases.

    Success !

    --
    Steurm
    www.steurm.net/steurm
     
  3. Steurm-

    Thanks for posting the URL for Stp Database Administrator. It is as you say a "marvelous" application with excellent database admin tools. Delving into the code should prove very helpful in writing some control panel tools whose development I must stop putting off.

    Scott

    quote:Originally posted by steurm

    I do not have the code, but I suggest you try dbadmin, a marveleous administration webapplication for your access databases. You can find it at www.StpWorks.com . It has also the code for importing tables from other databases.

    Success !

    --
    Steurm
    www.steurm.net/steurm
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page