That doesn't sound like the whole error message to me, but it does hint that maybe your connection isn't referencing the database correctly with the correct prefixes or USE statement.
No expert here.
>>> "Liz Kim" <lizkim270@xxxxxxxxx> 8/23/2007 4:26:19 PM >>> Did anyone else run into this problem? PHP fails to connect to MSSQL7 with mssql_connect with the message: Changed database context to '<DB_NAME>'. I've been searching around but did not find a good solution for PHP. I did find this link: http://support.microsoft.com/default.aspx?scid=KB;EN-US;197459 But is not too helpful.. I've tried: setting the severity value higher with mssql_min_error_severity(4); mssql_min_message_severity(4); but these did not work either.. Any ideas? Thank you!!! LK |