reading the mdb file in php without COM module
Moderator: General Moderators
reading the mdb file in php without COM module
I have on the server the "test.mdb" (Microsoft Access) databaze. I would like to open and read the data from this database file in the php. The server support php, but don't support COM module. Is other way to read this data?
Use ODBC Functions : http://www.php.net/manual/en/ref.uodbc.php
ADOdb : http://www.databasejournal.com/features ... hp/2222651
ADOdb : http://www.databasejournal.com/features ... hp/2222651