could not find driver (*.mdb files)

hqn34

Verified User
Joined
Nov 7, 2022
Messages
23
$db = new PDO("odbc:Driver={Microsoft Access Driver (*.mdb, *.accdb)};Dbq=".$db.";Uid=; Pwd=;");

Microsoft Access Driver could not find driver.

how to enable Microsoft Access Driver directadmin.
 
how to enable Microsoft Access Driver directadmin.
You don't. The Microsoft Access Drivers is a Windows only driver, you can't use that on other platforms.
The ODBC driver can, but not the Access driver.

I looked around the internet for you and found this thread (click), where some other ways are discussed.

Use at your own risk, or wait until maybe somebody else can provide you with maybe a ready made solution to implement it in an easy way.
 
Back
Top