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 Quote 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.... Quote 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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.