I need to connect to a MS Database on a Server. The problem I have is that the database name is 35 Chars Long in the format of '(xxxxxx) xxxxxxxxxxxx xxxx xxx'
I have attempted putting it in brackets but it appears to choke on the Parens...
primarily chokes on mssql_select_db()
Warning: mssql_select_db() [function.mssql-select-db]: message: Unclosed quotation mark before the character string '(xxxxx) constructionsupport t'. (severity 15) in D:\Apache2\htdocs\ddb\btest.php on line 9
It is not my server, There is a non-php app running against the DB so I cannot change the name.
Any Ideas?