Is it the same DB server you're trying to connect to from locally run
scripts that you connect when the scripts are run from your hosting
server?
It does matter, because my hosting company for example has forbidden
any access to their DB servers for IP addresses different from the
addresses their virtual webs are run on. Thus the only way I can
access my DB's (for administration purposes)is using phpMyAdmin which
is run from their web site, or from within my scripts - which are also
run on their machine and respectively their IP address - you should
check with your hosting company to clear these issues out.
""Thomas W. Badera"" <[EMAIL PROTECTED]> wrote in message
001301c0c11a$dcf2e430$b8989980@black">news:001301c0c11a$dcf2e430$b8989980@black...
> Hello -
>
> I'm trying to debug some scripts locally before I send them to my
server.
> When the scripts are on the server they have no problem connecting
to the
> MSSQL sever, but when run from my machine I can't get it to
establish a
> connection.  Any thoughts?
>
> --TWB
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
[EMAIL PROTECTED]
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to