Welcome Guest, Not a member yet? Register   Sign In
Connect to SQL SERVER 2008 R2
#1

[eluser]Unknown[/eluser]
I have a problem in connecting in SQL SErver..
It appear white screen everytime I'm using mssql driver and it seems an error..

Here is my set-up:

$db['default']['hostname'] = 'JDICEN-PC';
$db['default']['username'] = 'sa';
$db['default']['password'] = 'xxxxxxx';
$db['default']['database'] = 'COBS_BIDDING';
$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';
$db['default']['swap_pre'] = '';
$db['default']['autoinit'] = TRUE;
$db['default']['stricton'] = FALSE;

Can anyone help me to solve my problem...


Messages In This Thread
Connect to SQL SERVER 2008 R2 - by El Forum - 01-10-2012, 02:30 AM
Connect to SQL SERVER 2008 R2 - by El Forum - 06-10-2012, 12:19 AM
Connect to SQL SERVER 2008 R2 - by El Forum - 07-15-2012, 08:02 AM
Connect to SQL SERVER 2008 R2 - by El Forum - 07-15-2012, 10:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB