Date: 04/14/01
- Next message: Rasmus Lerdorf: "Re: [PHP-WIN] Mozilla PHP/JS Integrated Development Environment"
- Previous message: Dickerson, Monty: "[PHP-WIN] Mozilla PHP/JS Integrated Development Environment"
- Next in thread: Frank M. Kromann: "Re: [PHP-WIN] Supplied argument is not valid MS SQL-Link resource"
- Maybe reply: Frank M. Kromann: "Re: [PHP-WIN] Supplied argument is not valid MS SQL-Link resource"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Does anybody know how to fix this error? "Supplied argument is not valid MS
SQL-Link resource" I am running:
NT4
MSSQL7.0
IIS4
PHP 4.0.4pl1
I've been running php3 for some time now without any problems but want to
upgrade to 4. This error seems to be occuring at the mssql_query()
function.
$Conn=mssql_connect('192.168.1.20','username','password');
$ThisConnect=mssql_select_db('My_Database',$Conn);
$QueryString="select id, name from my_table";
$Test=mssql_query($QueryString, $ThisConnect);
Please help! Thanks.
Dave
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Rasmus Lerdorf: "Re: [PHP-WIN] Mozilla PHP/JS Integrated Development Environment"
- Previous message: Dickerson, Monty: "[PHP-WIN] Mozilla PHP/JS Integrated Development Environment"
- Next in thread: Frank M. Kromann: "Re: [PHP-WIN] Supplied argument is not valid MS SQL-Link resource"
- Maybe reply: Frank M. Kromann: "Re: [PHP-WIN] Supplied argument is not valid MS SQL-Link resource"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

