homer.favenir Posted May 6, 2008 Share Posted May 6, 2008 hi to all, can i use msaccess for my php as db or table? does anyone knows how? thanks Link to comment https://forums.phpfreaks.com/topic/104447-how-to-use-msaccess-as-db-for-php/ Share on other sites More sharing options...
budimir Posted May 6, 2008 Share Posted May 6, 2008 Yes, you can use it! Read how to use odbc driver with ms access. You can use commands with odbc connector like: odbc_connect (establish a conection); odbc_execute (execute a query) etc etc.... Link to comment https://forums.phpfreaks.com/topic/104447-how-to-use-msaccess-as-db-for-php/#findComment-534646 Share on other sites More sharing options...
rhodesa Posted May 6, 2008 Share Posted May 6, 2008 I did a quick google search and found this: http://www.configure-all.com/php_access.php but my main question is...WHY...there are so many better databases out there that work with PHP better. to name a couple: 1) MySQL 2) sqLite Link to comment https://forums.phpfreaks.com/topic/104447-how-to-use-msaccess-as-db-for-php/#findComment-534647 Share on other sites More sharing options...
homer.favenir Posted May 6, 2008 Author Share Posted May 6, 2008 i will compare the mdb data, and the extracted data from the script of my php. is it easy if i will just insert the extracted data from php to msacess and compare it with my previous msaccess db? thanks Link to comment https://forums.phpfreaks.com/topic/104447-how-to-use-msaccess-as-db-for-php/#findComment-534667 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.