common Posted July 8, 2009 Share Posted July 8, 2009 Hi all! Can i connect to an .mdb file, created in MS Access, from a php file, and how do i do it?? I know about the ODBC way, but for that i need to connect to the .mdb file through the computers control panel/administrative tools... but that would be a problem if I want to upload the files on a host server. Please help Thanx Quote Link to comment https://forums.phpfreaks.com/topic/165224-php-mysql/ Share on other sites More sharing options...
wildteen88 Posted July 8, 2009 Share Posted July 8, 2009 I think you'll have to use COM to send queries to your .mdb database. Some example code can be found here for using COM with an MS Access Database. Quote Link to comment https://forums.phpfreaks.com/topic/165224-php-mysql/#findComment-871277 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.