CodeIgniter Forums
Connect to mssql - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Connect to mssql (/showthread.php?tid=45915)



Connect to mssql - El Forum - 10-11-2011

[eluser]Unknown[/eluser]
Hi,

I'm forced to work with mssql instead of mysql, so now I get the problem that I have a white screen or "Unable to connect to your database server using the provided settings.".

I tried first with mssql but keep getting the white screen and couldn't find a solution on google that worked for me.

After that I tried it with ODBC but keep getting "Unable to connect to your database server using the provided settings." and also couldn't find a solution on google.

I'm really stuck now.
I hope someone here knows the answer.


additional information:
server: sql server 2000
php version: 5.3.8
CodeIgniter version: 2.0.3

Use the same hostname/login as I use in SQL server management studio, so don't think that wrong database connectivity settings is the problem.

Kind Regards,

ThijsJ