Codeigniter Not Connecting to SQL Server
I'm trying to connect to an SQL server using CodeIgniter. If I use the sqlsrv driver - I get a fatal error message and if I use the odbc driver - I get an 'Unable to connect to your database server using the provided settings error message. Does anyone know how to fix this problem??? I don't mind how, I just want Codeigniter to connect to the SQL Server Database. This is the database config file $db['otherdb']['hostname'] = '195.234.10.55\SQLEXPRESS'; $db['otherdb']['username'] = 'username'; $db['otherdb']['password'] = 'password'; $db['otherdb']['database'] = 'ONEDB'; $db['otherdb']['dbdriver