MySQL Forums
Forum List  »  PHP

Re: Connecting PHP to SQL Express 2008 for first time
Posted by: Barry Galbraith
Date: February 14, 2012 09:28AM

>This is probably a problem with either a really easy solution, or I just missed something basic

Yes.

SQL Express 2008 is not MySQL.

You can't connect to Microsoft SQL Server with mysql library of php.

You'll need to use mssql library, and this is the wrong forum for that.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Connecting PHP to SQL Express 2008 for first time
February 14, 2012 09:28AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.