Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 347 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 347 Bytes

pyAccdbNorthwindPassworded

Password protected accdb with Python

  • Python uses Jaydebeapi + Ucanaccess + Jackess + CryptCodecOpener.jar(I compile myself)
  • Northwind example database from microsoft with password protected (password:12345678)
  • This is just a simple example project, it read the database and print top 20 record from a table.