fazlionline Posted October 18, 2009 Report Share Posted October 18, 2009 How can PHP access data form ?MS Access? Hi everyone I have a list of teacher in MS Access with all of its attendance record, salary, contact info and so. I want to make a form online that each one should login to see their record. Can PHP / MySQL take record form ?MS Access? files? Or Is there any way to import ?MS access? tables to MySQL? Regards Quote Link to comment Share on other sites More sharing options...
zevion Posted October 23, 2009 Report Share Posted October 23, 2009 hi, You can use ODBC to connect to MS Access Database or You can try MySQL Migration Toolkit (http://dev.mysql.com/downloads/gui-tools/5.0.html) to convert MS Access to MySQL. If you already have MySQL server installed you can transfer data directly to MySQL database or create an sql file which can be imported to MySQL database. Quote Link to comment 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.
Note: Your post will require moderator approval before it will be visible.