Welcome Guest, Not a member yet? Register   Sign In
Connection to Access
#5

(This post was last modified: 12-04-2014, 01:44 AM by jaysondotp.)

hi any body can help...

i try code below but still not work and i gut error below:

A Database Error Occurred

Unable to connect to your database server using the provided settings.
Filename: C:\wamp\www\octaon_ocs\system\database\DB_driver.php
Line Number: 124

PHP Code:
$active_group 'default';
$active_record TRUE;

$db['default']['hostname'] = 'Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\recent.mdb';
$db['default']['username'] = '';
$db['default']['password'] = '';
$db['default']['database'] = 'Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\recent.mdb';
$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';
$db['default']['swap_pre'] = '';
$db['default']['autoinit'] = TRUE;
$db['default']['stricton'] = FALSE
Reply


Messages In This Thread
Connection to Access - by jaysondotp - 12-02-2014, 11:09 PM
RE: Connection to Access - by sv3tli0 - 12-03-2014, 01:07 AM
RE: Connection to Access - by Rufnex - 12-03-2014, 02:07 AM
RE: Connection to Access - by jaysondotp - 12-03-2014, 06:29 PM
RE: Connection to Access - by jaysondotp - 12-04-2014, 01:43 AM
RE: Connection to Access - by jaysondotp - 12-05-2014, 01:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB