clsConnection (ENG)
clsConnection: a single interface over DAO and ADO.
clsConnection is a VBA library for MS Access. Data access code is written once against a single interface; whether it runs on the current database, on another Access file, or on an external database (SQL Server, Azure SQL, MySQL, etc.) depends solely on the connection string. Connections, recordsets, parameters, action statements, and errors behave the same way across both engines. In practice, it allows you to write your code just once: simply by changing the connection string, the code will continue to work on any database without further modifications.
Support: support@alessandrogrimaldi.com
Legal notices and right of withdrawal: Legal page