Posts by Npco Designer • 51 points
1 post
- 
		5 votes1 answer1484 viewsQ: Error connecting to SQL Server using CodeigniterI have an error when connecting the database in my Codeigniter project, I am using SQL Server. $db['sql'] = array( 'dsn' => 'DRIVER={SQL Server}; SERVER=HOSTPT-01407; DATABASE=localidade;',…