RE: [PHP-WIN] MSSQL connect

2001-12-26 Thread Svensson, B.A.T. (HKG)
What the heck are you talking about? >-Original Message- >From: Thomas "omega" Henning [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, December 26, 2001 7:50 PM >To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; >[EMAIL PROTECTED] >Subject: Re: [PHP-WIN] MSSQL conne

Re: [PHP-WIN] MSSQL connect

2001-12-26 Thread Thomas \"omega\" Henning
, almost literary quoting my > answer, and then pinpointing down things I already pointed out! Moron... > > >From: Thomas "omega" Henning > >Sent: Wednesday, December 26, 2001 8:50 AM > >To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > >[EMAIL PROTECTED] > >Su

RE: [PHP-WIN] MSSQL connect

2001-12-26 Thread Svensson, B.A.T. (HKG)
ROTECTED] >Subject: Re: [PHP-WIN] MSSQL connect > > >$h = "server adr"; //don't forget 2 change this >$u = "user"; //don't forget 2 chage this >$p = "passw"; //don't forget 2 change this >$b = "db"; //don

Re: [PHP-WIN] MSSQL connect

2001-12-26 Thread Thomas \"omega\" Henning
Here is the problem $sql != $sql_temp so the $result = NULL; because mssql_query(" ") has no query to send to the MsSQL server. This should work try it out!!! Thomas "omega" Henning -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

RE: [PHP-WIN] MSSQL connect

2001-12-24 Thread Svensson, B.A.T. (HKG)
From: Jerry [mailto:[EMAIL PROTECTED]] >I tried something like: > >$h = "server adr"; >$u = "user"; >$p = "passw"; >$b = "db"; >$connexion = mssql_connect("$h", "$u", "$p"); Why do you uses quotes here? >mssql_select_db($b); >$sql = "select * from test"; . >$result = mssql_query($sql_temp)

[PHP-WIN] MSSQL connect

2001-12-21 Thread Jerry
Hi I have PHP on windows 2000 web server I would like to remote to a MS SQL database on another web server. I tried something like: But it didn't work. Please help me. Jerry -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: [PHP-WIN] MSSQL Connect problems

2001-04-10 Thread Svensson, B.A.T.
t;Subject: [PHP-WIN] MSSQL Connect problems > > >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 ge

Re: [PHP-WIN] MSSQL Connect problems

2001-04-10 Thread Nasko
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

[PHP-WIN] MSSQL Connect problems

2001-04-09 Thread Thomas W. Badera
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 (htt