ID: 8679
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: MSSQL related
Description: mssql_xxx can't handle databases and tables that start with numbers

ok, it is definitly a bug in the mssql libraries, i've written a short sample c 
program that produces the same output. i'll try to workaround this somehow ...

since it's not a php bug you can close this.



SQL Server message 170, severity 15:
        Line 1: Incorrect syntax near '123'.
DB-LIBRARY error:
        Allgemeiner SQL Server-Fehler: Überprüfen Sie Meldungen vom Computer mit SQL 
Server.
SQL Server message 170, severity 15:
        Line 1: Incorrect syntax near '123'.
DB-LIBRARY error:
        Allgemeiner SQL Server-Fehler: Überprüfen Sie Meldungen vom Computer mit SQL 
Server.
SQL Server message 170, severity 15:
        Line 1: Incorrect syntax near '123'.
DB-LIBRARY error:
        Allgemeiner SQL Server-Fehler: Überprüfen Sie Meldungen vom Computer mit SQL 
Server.
dbsqlexec() failed

Previous Comments:
---------------------------------------------------------------------------

[2001-01-12 12:11:14] [EMAIL PROTECTED]
here is the errormessage

on win:

Warning: MS SQL message: Line 1: Incorrect syntax near '123'. (severity 15) in 
CDatabaseMSSQL.inc on line 53

Warning: MS SQL: Unable to select database: 123test in CDatabaseMSSQL.inc on line 53


on linux:

mssql_select_db("100BASE",$spojeni) nebo [sybase_select_db... ]  :
Warning: Sybase error: Line 1: Incorrect syntax near '100'. (severity 15) in

---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8679


-- 
PHP Development 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]

Reply via email to