Welcome Guest, Not a member yet? Register   Sign In
SQL Server Error
#6

I'm using the standaard sqldrv with mussel 2014 and 2016 with no problem.


Code:
$db['default'] = array(
    'dsn'    => '',
    'hostname' => 'name server\SQLEXPRESS',  //if you using sqlexpress like me
    'port' => '1433',
    'username' => 'your username',
    'password' => 'your password',
    'database' => 'Your database',
    'dbdriver' => 'sqlsrv',
    'dbprefix' => '',
    'pconnect' => FALSE,
    'db_debug' => (ENVIRONMENT !== 'production'),
    'cache_on' => FALSE,
    'cachedir' => '',
    'char_set' => 'utf8',
    'dbcollat' => 'utf8_general_ci',
    'swap_pre' => '',
    'encrypt' => FALSE,
    'compress' => FALSE,
    'stricton' => FALSE,
    'failover' => array(),
    'save_queries' => TRUE
);
Reply


Messages In This Thread
SQL Server Error - by jlq10 - 05-06-2015, 06:12 PM
RE: SQL Server Error - by Narf - 05-07-2015, 12:35 AM
RE: SQL Server Error - by ivantcholakov - 05-07-2015, 12:45 AM
RE: SQL Server Error - by hicham - 09-18-2018, 09:52 PM
RE: SQL Server Error - by snelledre - 09-18-2018, 10:08 PM
RE: SQL Server Error - by Gurutechnolabs - 09-29-2018, 12:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB