Welcome Guest, Not a member yet? Register   Sign In
Microsoft SQL Server Connection
#3

[eluser]Tamilmani[/eluser]
Hi All,

I need to connect the microsoft sql server in codeigniter.

Please see below sample code

$db['default']['hostname'] = "hostname";
$db['default']['username'] = "username";
$db['default']['password'] = "password";
$db['default']['database'] = "dbname";
$db['default']['dbdriver'] = "mssql";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";

If i used above code , i am getting below error

Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\project\database\drivers\mssql\mssql_driver.php on line 58

Please help me


Messages In This Thread
Microsoft SQL Server Connection - by El Forum - 04-16-2010, 08:34 AM
Microsoft SQL Server Connection - by El Forum - 04-16-2010, 12:13 PM
Microsoft SQL Server Connection - by El Forum - 04-27-2010, 12:49 AM
Microsoft SQL Server Connection - by El Forum - 05-17-2010, 03:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB