Copy table from MDB to MDB using Python

3822
3
Jump to solution
01-07-2016 09:27 AM
MitchHolley1
MVP Regular Contributor

I am trying to copy and table in a MS Access .mdb file to another .mdb file using Python.

I am able to connect to the source .mdb and read through the tables. This is done using the pyodbc module. (SEE BELOW)

I'm just having trouble copying them.  Should I use shutil or os?

Any help is greatly appreciated!

0 Kudos
1 Solution

Accepted Solutions
WesMiller
Regular Contributor III
3 Replies
WesMiller
Regular Contributor III
MitchHolley1
MVP Regular Contributor

Cause I'm still learning... haha!

Thank you Wes!

WesMiller
Regular Contributor III

You and me both are still learning