ID:               44120
 Updated by:       [EMAIL PROTECTED]
 Reported By:      tearnn at rambler dot ru
-Status:           Open
+Status:           Feedback
 Bug Type:         MSSQL related
 Operating System: Windows
 PHP Version:      5.2.5
 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.





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

[2008-02-14 13:39:24] tearnn at rambler dot ru

Description:
------------
PHP does not be connected to MSSQL 9.0.3042

System:
System Windows NT LEBEDEV 5.1 build 2600 
Build Date Nov 8 2007 23:18:08 

MSSQL 9.0.3042
language: russian

Reproduce code:
---------------
<?php
   $db_name="Base";
   $db_user="admin"; 
   $db_pwd="qqq";       
   $db_host="SERVER";
   $conn=mssql_connect($db_host,$db_user,$db_pwd); 
   $db=mssql_select_db($db_name,$conn);            
?>



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


-- 
Edit this bug report at http://bugs.php.net/?id=44120&edit=1

Reply via email to