How can I get mssql_select_db to accept a database name with spaces in it?
For example, this:
<... stuff >
$dbname = "Test Database";
<... more stuff >
mssql_select_db($dbname);
doesn't work. But if I change to a database with no space in the name (like
"Test_Database") it works fine. Other apps (Access, SQL Admin, etc.) have no
problems with a database with a space in the name.
- Robert
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]