0

How to convert a existing postgresql db into a Microsoft Access db with python?

I want to convert my postgresql db into a Microsoft Access db. There are many possible solutions, like transfer table by table and inside the tables row by row.

But which of the solution mide be the best in terms of performance?

1
  • 1
    Why? That is step backwards. Why not just set up linked tables in Access? Commented Apr 12, 2022 at 16:22

1 Answer 1

3
  1. Install the ODBC driver and link the tables from PostgreSQL
  2. Mark the link tables and choose Convert to local table
  3. (Optional) Go to Database Tools, Access Database, and select to split the database to have the tables in an external Access database
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.