![]() |
Connect to SQLServer - 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 SQLServer (/showthread.php?tid=46589) |
Connect to SQLServer - El Forum - 11-07-2011 [eluser]Gerep[/eluser] Hi fellas, I've searched on google and on this forum and I haven't found any solution. I'm using CI 2.0.3 and I'm trying to connect to sqlserver 2008 on a client. I can connect using sqlserver manager so it's not a problem with hostname, password and user. It returns me no error, I've search on the file mssql_driver.php and took the @ from @mssql_pconnect and it returns: Fatal error: Call to undefined function mssql_pconnect() in C:\xampp\htdocs\pedidos\system\database\drivers\mssql\mssql_driver.php on line 81 Code: $db['default']['hostname'] = 'oticalg.ddns.com.br'; Any ideas? Thanks in advance =] Connect to SQLServer - El Forum - 06-10-2012 [eluser]mobs6[/eluser] Well, i just want to share it will help, u could see this forum: http://ellislab.com/forums/viewthread/213879/ |