Database connection in php with MS Access on linux hosting

I work on php.
And in my local, I work on a Windows environment, so it was easy to connect to the MS Access database using an ODBC connector.

But there is Linux on my local server environment, so there is a problem with the DB connection.

So, what are the steps to connect to MS Access DB in Linux using php.

Thanks
Avinash

+1
source share
5 answers

This does not directly answer your question, but this is another way to solve the problem associated with the need to use Access to update web data:

Access MySQL (-) Access ( - Access):

MySQL Access over ODBC MySQL Connector, Access " " " . , () , , .

+3

- . Linux Server Samba, Access/Jet/ACE Linux, Access.

Jet, Linux ( , ACE Linux , , ACCDB-, , , ). Jet , .

, Jet/ACE . / SMB, -, , , /. , , MDB, , Access.

, - Access, , Linux. MySQL , Access, phpMyAdmin MySQL. Access , . MyODBC, Access, , , Jet.

, Linux, . , Linux - -, SMB, Access, , . , .

( - MySQL PostgreSQL, MySQL /IP-. . -, , , , . , VPN, VPN. , - ( , ), .

, , -. . - Access (.. , -), , , -, -, .

( ), , . , .. MySQL - Access, .

MySQL , (, , ), .

, , , , .

, , - , , Access 2010 SharePoint Server 2010, Access Sharepoint -. , , Access .

+1
0

If you use shared hosting, the Linux server will most likely not get ODBC support. You will be better off using SQLite as this will work on Linux and Windows (and OS X) without any major problems using PHP ...

0
source

Source: https://habr.com/ru/post/1734129/


All Articles