Yii v2 snippet guide III

Comparing #98 with #99

Revision #99 was created by rackycz rackycz on Aug 14, 2022, 7:43:02 PM.

Microsoft Access MDB

Content

[...]
**Microsoft Access MDB**
---
Under Linux I haven't suceeded, but when I install a web server on Windows (for example XAMPP Server) I am able to install "Microsoft Access Database Engine 2016 Redistributable" and use *.mdb file.

So first of all you should install the web server with PHP and you should know wheather you are installing 64 or 32bit versions. Probably 64. Then go to page [Microsoft Access Database Engine 2016 Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=54920) (or find newer i
sf available) and install corresponding package (32 vs 64bit)

Then you will be able to use following DSN string in DB connection. (The code belongs to file config/db.php):

```
<?php
[...]