Welcome Guest, Not a member yet? Register   Sign In
Connecting odbc to ms access
#1

[eluser]edhrx[/eluser]
Hi,
I am struggling to connect to ms access this is the configuration
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "";
$db['default']['password'] = "";
$db['default']['database'] = "cp";
$db['default']['dbdriver'] = "odbc";
$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";


cp does exists as a data source but the logs are showing

SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified


Messages In This Thread
Connecting odbc to ms access - by El Forum - 05-15-2008, 01:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB