Please help me, how do I connect PHP7.3.4 to the mdb database of Access2000?
@GB.
@GB. 2019-10-24 09:35:33
0
0
1118

php5.5.38 has no problem connecting to the mdb database of Access2000, but after upgrading PHP to 7.3.4, it cannot connect. Can this version of php still connect to the mdb data?

php5.5.38 code that can connect correctly

$dsn = "DRIVER=Microsoft Access Driver (*.mdb);dbq=".realpath("db.mdb");

$conn = @odbc_connect($dsn,"","",SQL_CUR_USE_ODBC ) or die ("Connect Error!");


@GB.
@GB.

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!