RE: [PHP-WIN] PHP and SQL Server 2005

2006-06-20 Thread Dale D. Attree
; php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP and SQL Server 2005 The SQL Server is configured to only allow connections from trusted users. Use mssql.secure_connection = 1 in php.ini when connection to the server. - Frank > What is your connection string? > > Tryst > >

Re: [PHP-WIN] PHP and SQL Server 2005

2006-06-20 Thread Frank M. Kromann
The SQL Server is configured to only allow connections from trusted users. Use mssql.secure_connection = 1 in php.ini when connection to the server. - Frank > What is your connection string? > > Tryst > > -Original Message- > From: Dale D. Attree <[EMAIL PROTECTED]> > To: php-windows@li

Re: [PHP-WIN] PHP and SQL Server 2005

2006-06-20 Thread trystano
What is your connection string? Tryst -Original Message- From: Dale D. Attree <[EMAIL PROTECTED]> To: php-windows@lists.php.net Sent: Mon, 19 Jun 2006 14:32:37 +0200 Subject: [PHP-WIN] PHP and SQL Server 2005 If anyone can help, please do. Warning: mssql_connect() [function.mssql-co