LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Access and Mandrake 9.2 (https://www.linuxquestions.org/questions/linux-software-2/access-and-mandrake-9-2-a-132414/)

Michele 01-07-2004 11:18 AM

Access and Mandrake 9.2
 
Can an access database work on a website on a Mandrake 9.2, Apache 2 webserver?

If not can it be converted to something that will work?

Thanks,

Michele

dubman 01-07-2004 11:43 AM

Well, access is just a front end. You need a back end that access and apache can both interact with. This is what mySQL is for (ODBC). For implemeting the SQL interaction with your web server I would recommend PHP.

But really it depends on what you are trying to do. If your data quest is simplistic perhaps just exporting to a csv file from access and using a simple bash script to format you data into whatever-you-want for the web server may be a better way to go that integrating SQL and PHP. It would depend on the amount of data and how often that data is updated/changed and exactly how you need this data to interact with your web server.


All times are GMT -5. The time now is 03:17 AM.