Re: [PHP] [mssql_connect error] Changed database context to..

2007-08-26 Thread Richard Lynch
On Thu, August 23, 2007 6:26 pm, Liz Kim wrote: > Did anyone else run into this problem? > > PHP fails to connect to MSSQL7 with mssql_connect with the message: > Changed database context to ''. > > I've been searching around but did not find a good solution for PHP. > I did find this link: > http:

Re: [PHP] [mssql_connect error] Changed database context to..

2007-08-23 Thread John A DAVIS
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" <[EMAIL PROTECTED]> 8/23/2007 4:26:19 PM >>> Did anyone else run into this

[PHP] [mssql_connect error] Changed database context to..

2007-08-23 Thread Liz Kim
Did anyone else run into this problem? PHP fails to connect to MSSQL7 with mssql_connect with the message: Changed database context to ''. 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