php - How to enable Microsoft Access Driver (*.mdb, *.accdb) in Microsoft Azure windows server 2012 R2? -


i have virtual machine(windows server 2012 r2) in azure server (plan a0).

i cant find odbc data source in administrative tools.

i want use below odbc connection application.

 new pdo("odbc:driver={microsoft access driver (*.mdb, *.accdb)};charset=utf-8; dbq=$destination_file; uid=$db_username; pwd=$db_password;") or die("invalid user credentials access file."); 

i cant find odbc data source in administrative tools.

it seems strange, have created a0 vm on azure have further check, [odbc data source] administrative tool: enter image description here please try search 'administrative tool' again in azure vm , double check if works, or try set vm see if issue can reproduced.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

go - Idiomatic way to handle template errors in golang -