[PHP-WIN] Re: PHP -> ODBC -> Remote Access

2003-09-18 Thread Aidal
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

RE: [PHP-WIN] Re: PHP -> ODBC -> Remote Access

2003-09-12 Thread Amzadi
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

[PHP-WIN] Re: PHP -> ODBC -> Remote Access

2003-09-12 Thread hubo
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

[PHP-WIN] Re: PHP + ODBC

2002-02-27 Thread Sebastian Timocea
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

[PHP-WIN] Re: PHP + ODBC

2002-02-26 Thread Sviss Cobazor
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.