Ok, let me explain thoroughly the situation. I have a windows in which Apache & PHP are running. Then I have a different server, which is a Linux (Red Hat something) in which the mdb file is at. I'm trying to connect, through ODBC, to that database. Since the Linux server has SAMBA, I can connect to that machine through a network drive (F: ). I set up the ODBC in my windows to point to (F:\1\cajpor.mdb), but it refuses to open the network drive. I tried to point the ODBC to the absolute path too (\IP_NUMBER\1\cajpor.mdb) but it won't work. From the tests I've done the SYSTEM user, which is the one who's executing the PHP scripts, can't have access to the network drives. On the Linux machine I did an chmod 777 to the directories and the files I need, but still no luck.
Any suggestions are greatly welcomed. 😕