我在 Azure 服务器中有虚拟机(Windows server 2012 R2)(计划为 A0)。
我在管理工具中找不到 ODBC 数据源。
我想为我的应用程序使用下面的 ODBC 连接。
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 for Access file.");
您能否尝试在 Azure VM 中再次搜索“管理工具”并仔细检查它是否有效,或尝试设置另一个 VM 以查看是否可以重现该问题。