I want to connect php to Access without using ODBC connection like MySQL. Please give me solution.
and also tell how to connect with SQL Oracle and other databases.
I want to connect php to Access without using ODBC connection like MySQL. Please
Share
You can interact with Access on a windows machine by using the COM class:
https://www.php.net/manual/en/ref.com.php
http://code.activestate.com/recipes/163447/