|
Posted by Zvonko BiΉkup on 07/13/07 05:49
"Zvonko BiΉkup" <zvonko_NO_SPAM_@velkat.net> wrote in message
news:46961a92$1@news.novi-net.net...
> Hi!
>
> I am trying to connect to my SqlServer 2005 thru internet, but it is not
> working. I have a dyndns updater on my server which tells me an ip address
> of the router. The router is configured to forward TCP port 1433 to LAN IP
> address of the computer on which is SQL Server installation.
> What is the connection string to connect to my server.
>
> I tried xxx.dyndns.org:1433, but it doesn't work. There is a default
> instance installed on that machine.
OK. I am able to connect to my server using SQL SERVER Mangement Studio
using xxx.dyndns.org\InstanceName,1433. But when I try to connect thru PHP
script using
msssql_connect("xxx.dyndns.org\InstanceName,1433","username","password"); no
such luck. Any ideas?
Zvonko
Navigation:
[Reply to this message]
|