Welcome Guest, Not a member yet? Register   Sign In
Error connecting to SQL Server
#10

[eluser]ELRafael[/eluser]
hsdell:

here i'm using ci + mssql, but direct access. I prefer this way

Code:
$db['producao']['hostname'] = "prod_machine";
$db['producao']['username'] = "my_user";
$db['producao']['password'] = "my_pass";
$db['producao']['database'] = "notas";
$db['producao']['dbdriver'] = "mssql";
$db['producao']['dbprefix'] = "";
$db['producao']['active_r'] = TRUE;
$db['producao']['pconnect'] = TRUE;
$db['producao']['db_debug'] = TRUE;
$db['producao']['cache_on'] = FALSE;
$db['producao']['cachedir'] = "";

man, works better than odbc. i'm using 1.5.4 version.

is it impossible to you change to mssql driver instead odbc?


Messages In This Thread
Error connecting to SQL Server - by El Forum - 01-09-2008, 09:06 PM
Error connecting to SQL Server - by El Forum - 01-09-2008, 10:10 PM
Error connecting to SQL Server - by El Forum - 01-09-2008, 10:59 PM
Error connecting to SQL Server - by El Forum - 01-09-2008, 11:42 PM
Error connecting to SQL Server - by El Forum - 01-10-2008, 12:33 AM
Error connecting to SQL Server - by El Forum - 01-10-2008, 12:42 AM
Error connecting to SQL Server - by El Forum - 01-10-2008, 01:01 AM
Error connecting to SQL Server - by El Forum - 01-10-2008, 01:35 AM
Error connecting to SQL Server - by El Forum - 01-10-2008, 01:40 AM
Error connecting to SQL Server - by El Forum - 01-10-2008, 06:11 AM
Error connecting to SQL Server - by El Forum - 01-16-2008, 01:39 AM
Error connecting to SQL Server - by El Forum - 01-16-2008, 04:31 AM
Error connecting to SQL Server - by El Forum - 01-16-2008, 10:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB