etlplus.file.accdb

etlplus.file.accdb module.

Stub helpers for reading/writing newer Microsoft Access database (ACCDB) files (not implemented yet).

Notes

  • An ACCDB file is a proprietary database file format used by Microsoft Access

    2007 and later.

  • Common cases:
    • Storing relational data for small to medium-sized applications.

    • Desktop database applications.

    • Data management for non-enterprise solutions.

  • Rule of thumb:
    • If the file follows the ACCDB specification, use this module for reading

      and writing.

Classes

AccdbFile()

Stub handler implementation for ACCDB files.