Yeah that was what I was expecting to hear.
We are using MySQL ofcause (remote), but the boss wanted to have our PHP
app. (remote) to speak to some old crappy Windows app. (local) which could
use Access if requested of it, and otherwise some DB that dosn't even have
ODBC-drivers.
As i saw it, only
Actually there is a way. But you have to set up a VPN connection to do
it. I don't recommend it for most purposes.
Amzadi
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of hubo
Sent: Friday, September 12, 2003 9:22 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re
There is no way to access a remote MS-Access Database over the internet. Try
to switch to mysql or any other database system which is *not* designed for
desktop access only.
"Aidal" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Hi everyone.
>
> I'm trying to figure out how t
The major problem is that it works perfectly fine when I use the same thing
with the Apache web server.
I have installed both IIS and Apache on my computer (Windows 2000 Advanced
Server) and I configured PHP to work with both of them. Of course I can't
keep both web servers working in the same ti
I'm not sure this will help you but when I had to make some odbc_connect I
had major trouble too. The username and password for the db I was trying to
reach were both = "".
It turned out that this was the problem in my case. I had to create a
username and a password other than "" to make it work.