Python Forum
Connect old access datbase .mdb
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Connect old access datbase .mdb
#6
Access was never a good DBMS it's been a mighty long time since i used it.
If you can rewrite the original code to use something better, sqlite would be good replacement for Access, but If a rewrite was in order, I'd choose PostgreSQL.

If you have to live with the legacy code, you might want to look at https://www.microsoft.com/en-us/download...x?id=13255 and implement into python.

This looks like just that: https://pypi.org/project/msaccessdb/

The same author that wrote above, also wrote an SQLAlchemy interface to MSAccess: https://pypi.org/project/sqlalchemy-access/
Reply


Messages In This Thread
Connect old access datbase .mdb - by nio74maz - Dec-12-2020, 01:03 PM
RE: Connect old access datbase .mdb - by Larz60+ - Dec-12-2020, 04:42 PM
RE: Connect old access datbase .mdb - by nio74maz - Dec-12-2020, 08:24 PM
RE: Connect old access datbase .mdb - by Larz60+ - Dec-13-2020, 01:42 AM
RE: Connect old access datbase .mdb - by nio74maz - Dec-13-2020, 03:18 PM
RE: Connect old access datbase .mdb - by Larz60+ - Dec-13-2020, 04:05 PM
RE: Connect old access datbase .mdb - by nio74maz - Dec-13-2020, 09:12 PM
RE: Connect old access datbase .mdb - by nio74maz - Dec-13-2020, 09:14 PM
RE: Connect old access datbase .mdb - by nio74maz - Dec-15-2020, 08:29 AM
RE: Connect old access datbase .mdb - by Larz60+ - Dec-15-2020, 10:41 AM
RE: Connect old access datbase .mdb - by Larz60+ - Dec-15-2020, 11:44 AM
RE: Connect old access datbase .mdb - by nio74maz - Dec-15-2020, 06:16 PM
RE: Connect old access datbase .mdb - by Larz60+ - Dec-15-2020, 06:58 PM
RE: Connect old access datbase .mdb - by nio74maz - Dec-16-2020, 08:21 AM
RE: Connect old access datbase .mdb - by Larz60+ - Dec-16-2020, 11:25 AM
RE: Connect old access datbase .mdb - by nio74maz - Dec-20-2020, 03:31 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020