RE: [PHP-WIN] @mssql_connect() versus mssql_connect()

2006-10-13 Thread tg-php
As mentioned, the @ suppresses any errors, warnings, notices, etc that the command will give. This is typically considered really bad programming practice. If you resort to using an @ to suppress, one of two things is an issue: 1. Either error reporting is set to high and you're getting warnin

RE: [PHP-WIN] @mssql_connect() versus mssql_connect()

2006-10-13 Thread Bill Bolte
The @ is for error suppression -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 12:00 AM To: php-windows Subject: [PHP-WIN] @mssql_connect() versus mssql_connect() What is the difference between @mssql_connect() and mssql_connect()? i.e. What

Re: [PHP-WIN] mssql_connect problem

2003-12-18 Thread Frank M. Kromann
Hi, One problem could be name resolution. The mssql server uses a default protocol to connect to the server. If you just install the client libraries (or just copied ntwdblib.dll) the default protocol would be netbeui (named pipes) and that might not be routed/enabled on your network. To make sur

Re: [PHP-WIN] mssql_connect problem

2003-12-18 Thread Luis Moreira
t;[EMAIL PROTECTED]> To: "Luis Moreira" <[EMAIL PROTECTED]> Sent: Wednesday, December 17, 2003 4:35 PM Subject: RE: [PHP-WIN] mssql_connect problem La x es la ruta del archivo carpeta\archivo.php (por ejemplo) $db_usuario y $db_password = "Formas" Es el login y password que

RE: [PHP-WIN] mssql_connect problem

2003-12-17 Thread Daniel Perez Clavero
Could this parameters in your php.ini be wrong? mssql.max_persistent = -1 mssql.max_links = -1 Regards. -Original Message- From: Gerardo Rojas [mailto:[EMAIL PROTECTED] Sent: miércoles, 17 de diciembre de 2003 18:01 To: Omar; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] mssql_connect

RE: [PHP-WIN] mssql_connect problem

2003-12-17 Thread Gerardo Rojas
Please give all relevant info. There is not enought information posted to be able to determine the problem. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Message- From: Omar [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 10:20 AM To: [EMAIL PROTECTED] Subject:

Re: [PHP-WIN] mssql_connect problem

2003-12-17 Thread Cesar Cordovez
Español? Qual con Q? Cual! =-) Cesar Luis Moreira wrote: Omar, Español ?... Es este el mensaje completo ? De donde viene el "x" ? Qual es el contenido de las variables $db_usuario y $db_password en el momento de la llamada ? Luis - Original Message - From: "Omar" <[EM

Re: [PHP-WIN] mssql_connect problem

2003-12-17 Thread Luis Moreira
Omar, Español ?... Es este el mensaje completo ? De donde viene el "x" ? Qual es el contenido de las variables $db_usuario y $db_password en el momento de la llamada ? Luis - Original Message - From: "Omar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, De

Re: [PHP-WIN] mssql_connect() - Unable to connect to server

2003-10-21 Thread Luis Ferro
The SQL Server wraper functions in PHP are based on SQL Server Client DLL's which can or can't be already on the system. I would check to see if they are present in the machine that is running PHP... Cheers and good luck ;) Luis Ferro TelaDigital.net Felipe Nascimento wrote: Hi all, I´ve seen

RE: [PHP-WIN] mssql_connect

2001-05-16 Thread Svensson, B.A.T.
>Any ideias? Am I missing simething? >Think it'll be better to change to iis, so i'll get things >working quickly. When I comes to network related problem, and while the fault has not been narrowed down to a specific program(topic), then it can be virtual anything that causes the problem. It is

RE: [PHP-WIN] mssql_connect

2001-05-16 Thread Carlos Andre Marques Moreira
Hi, now i have the following configuration: server1.domain.com -> winnt + apache + php4.0.4 server2.domain.com -> winnt + ms sql server 7.0 server3.domain.com -> windows 2000 + iis 5 + php3.0.15 + ms sql server 7.0 server4.domain.com -> win98 + omnihttpd2.08 + php4.0.4 I have a file teste.php tha

RE: [PHP-WIN] mssql_connect

2001-05-14 Thread Svensson, B.A.T.
>How could i make a connection using tcp/ip or named pipes? Are you using ODBC? >Which one is better? It depends on how you define "best"... -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contac

RE: [PHP-WIN] mssql_connect

2001-05-14 Thread Carlos Andre Marques Moreira
TECTED] Bolsista CNPq / RHAE SENAI-CE/CETAE 2001 Ano Internacional do Voluntário -Original Message- From: Svensson, B.A.T. [mailto:[EMAIL PROTECTED]] Sent: segunda-feira, 14 de maio de 2001 16:46 To: Carlos Andre Marques Moreira; '[EMAIL PROTECTED]' Subject: RE: [PHP-WIN] ms

RE: [PHP-WIN] mssql_connect

2001-05-14 Thread Svensson, B.A.T.
[...] >Warning:MS SQL: Unable to connect to server: server2.domain.com Just grabbing in the air (since there are few hints about the problem): but are you using named pipes or TCP/IP? Are you allowed to communicate over the network with the protocol you are using? -- PHP Windows Mailing List (