mssql_select_db -- Select MS SQL database Description boolmssql_select_db( string database_name [, resource link_identifier]) 如果成功则返回TRUE,失败则返回FALSE。 mssql_select_db()sets the current active database on the server that's associated with the specified link identifier. If no li...
Hello all, I set up freetds on one of my servers and everything worked fine. I just set it up on another server (this one with the latest php) and now the same code seems to connect but can't select the db mssql_select_db(): Unable to select database:. How can I figure out ...
> set it up on another server (this one with the latest php) and now the same > code seems to connect but can't select the db mssql_select_db(): Unable to > select database:. How can I figure out what's wrong? The mssql db is > hosted remotely so both servers should be ab...