Welcome Guest, Not a member yet? Register   Sign In
SOLVED: MSSQL odbc problem
#7
Smile 

Thank you so much! This was the fix I needed

(11-21-2014, 04:57 AM)Rufnex Wrote: I use CI3 with the following settings and with FreeTDS without any problems:


PHP Code:
$db['default'] = array(
 
'dsn' => '',
 
'hostname' => 'ip_or_name',
 
'username' => 'user',
 
'password' => 'password',
 
'database' => '',
 
'dbdriver' => 'mssql',
 
'dbprefix' => '',
 
'pconnect' => TRUE,
 
'db_debug' => TRUE,
 
'cache_on' => TRUE,
 
'cachedir' => 'application/cache',
 
'char_set' => 'utf8',
 
'dbcollat' => 'utf8_general_ci',
 
'swap_pre' => '',
 
'autoinit' => TRUE,
 
'encrypt' => FALSE,
 
'compress' => FALSE,
 
'stricton' => FALSE,
 
'failover' => array(),
 
'save_queries' => TRUE
); 
Reply


Messages In This Thread
SOLVED: MSSQL odbc problem - by blunde - 11-20-2014, 12:38 PM
RE: MSSQL odbc problem - by Rufnex - 11-20-2014, 01:54 PM
RE: MSSQL odbc problem - by blunde - 11-20-2014, 02:34 PM
RE: MSSQL odbc problem - by Rufnex - 11-20-2014, 03:27 PM
RE: MSSQL odbc problem - by blunde - 11-20-2014, 03:29 PM
RE: MSSQL odbc problem - by Rufnex - 11-21-2014, 04:57 AM
RE: MSSQL odbc problem - by blunde - 12-02-2014, 05:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB