PDA

View Full Version : Copying table from one mdb to another


naveed
03-16-2004, 09:27 AM
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?

steurm
03-17-2004, 01:13 AM
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 (http://www.StpWorks.com ). It has also the code for importing tables from other databases.

Success !

--
Steurm
www.steurm.net/steurm

Scott
03-22-2004, 10:54 AM
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

[b]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 (http://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">