Posted by Richard on 07/05/07 20:00
<google@thefifthimperium.com> wrote in message
news:1183656095.915164.158440@k79g2000hse.googlegroups.com...
> This may be covered already, but I've yet to hit upon the search
> terms to find it...
>
> I'm running PHP v4.4.0 on a Windows 2000 Server (SP4) running IIS
> v5. A simple script I'm using is generating ODBC errors (not finding
> my tables) when I run the script through a web browser connected to
> the IIS server.
>
> If I then run the unchanged script locally, from a Windows console
> window, the PHP script connects to the database and I can dump the
> table listing and access a particular table fine - I see the database
> contents scrolling by.
>
> Could this be a problem with the ODBC driver? An IIS issue? A PHP
> issue?
>
> What blindingly obvious thing am I not seeing in my configuration?
>
> Thanks.
>
> Joe
Do you get any error messages?
Can you trim your script down to only the failing part?
Richard.
[Back to original message]
|