RE: [PHP-DB] mssql select db problem

2002-10-14 Thread Jeffrey_N_Dyke
ROTECTED]> 10/14/2002 cc: "'Kadir Leblebici'" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 11:32 AM Subject: RE: [PHP-DB] mssql select db problem(Document link: Jeff

RE: [PHP-DB] mssql select db problem

2002-10-14 Thread Jeffrey_N_Dyke
W. Holmes" , <[EMAIL PROTECTED]> arter.net> cc: Subject: RE: [PHP-DB]

RE: [PHP-DB] mssql select db problem

2002-10-14 Thread John W. Holmes
Rename your database. Either PHP or MSSQL doesn't like the '-' in the name. ---John Holmes... > -Original Message- > From: Kadir Leblebici [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 14, 2002 4:36 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] m

[PHP-DB] mssql select db problem

2002-10-14 Thread Kadir Leblebici
Hi friends I have big problem I connect to mssql server I connected succesful but i select_db samples code is here $hostname = "192.168.100.4"; $username = "sa"; $password = ""; $dbName ="WIN-PAK 2"; MSSQL_CONNECT($hostname,$username,$password) or DIE("DATABASE FAILED TO RESPOND."); mssql_selec