Select to view content in your preferred language

Copy table from MDB to MDB using Python

4061
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
3 Replies
WesMiller
Deactivated User
MitchHolley1
MVP Regular Contributor

Cause I'm still learning... haha!

Thank you Wes!

WesMiller
Deactivated User

You and me both are still learning