Comments - Creating forms

 
11 years, 5 months ago Federico Razzoli

In addition to Vasilis's answer: if you are looking for an Access-like approach, you can connect OpenOffice Base to MariaDB: http://wiki.openoffice.org/wiki/Connect_MySQL_and_Base

 
11 years, 5 months ago Vasilis Lourdas

There are many choices. Depending on the complexity of your Access database and since I myself am a web developer, I'd write the application using a PHP framework, like Symfony, Yii, CodeIgniter, etc. Otherwise, if the frontend is complex, I would just change the database backend and use ODBC to connect to MariaDB (or MySQL). It also depends on where the frontend runs (eg. one client or more, etc.).

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.