Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Member administration Re: Member administration

#102405
Anonymous
Inactive

You could use Access as the frontend and MySQL for the backend. That way you only have one database in use.

http://dev.mysql.com/doc/refman/5.1/en/connector-odbc-examples-tools-with-access.html

This isn’t something I have a lot of experience with and, crucially, I don’t know how it would fare if you were allowing PHP scripts to update the database at the same time as the Access app. However, it does seem like a useful starting point. Maybe more experienced people than me could comment more.