computer






 

Question by  soniv11 (25)

How do I access MDB files in PHP on Linux?

 
+5

Answer by  davidch (35)

When you run the mysql_connect statement created a link between the database and the PHP page, this link will be used later in the consultations that do to the database. once we have finished using the link to the database, it will release with the connection mysql_close is not busy.

 
+5

Answer by  Revathi41 (5)

1. Buy a commercial ODBC driver for Linux which supports MSAccess files. 2. Use odbc_functions to access the database. We can download the ODBC driver from MDB tools website.

 
+4

Answer by  gigo (1706)

Best thing will be to export the MDB file with the MDB tools. You can export the database to mySQL for example. Important is, that you have bison and flex installed on your linux station.

 
You have 50 words left!