Access Files as Data Sources


The name of the driver will usually be:
Microsoft Access Driver (*.mdb)

Please note that the file extension information at the end is actually part of the driver name

Although using a DSN is recommended, a typical configuration without one would be:

<query> <driver>Microsoft Access Driver (*.mdb)</driver> <dbq>C:\MyFiles\db1.mdb</dbq> <sql>Select * From Names Order By X</sql> <query>