Welcome Guest, Not a member yet? Register   Sign In
Connect MS Acess Database Remote
#1

[eluser]Unknown[/eluser]
How can I connect MS Acess Database Remote :down:
#2

[eluser]Unknown[/eluser]
I try with this because the database is in a folder but nothing
Code:
$db['biblioteca']['dsn'] = 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:/Archivos de programas/SIABUC8/SIABUC8.mdb;';
$db['biblioteca']['hostname'] = '172.16.11.229';

$db['biblioteca']['username'] = "user";
$db['biblioteca']['password'] = "******";
$db['biblioteca']['database'] = 'C:/Archivos de programas/SIABUC8/SIABUC8.mdb';
#$db['biblioteca']['database'] = "SIABUC8";
$db['biblioteca']['dbdriver'] = 'odbc';
$db['biblioteca']['dbprefix'] = '';
$db['biblioteca']['pconnect'] = TRUE;
$db['default']['db_debug'] = FALSE;//Para que despues de los errores de base de datos siga corriendo y podamos cacharlos
//Errorees como llaves duplicadas
$db['biblioteca']['cache_on'] = FALSE;
$db['biblioteca']['cachedir'] = '';
$db['biblioteca']['char_set'] = 'utf8';
$db['biblioteca']['dbcollat'] = 'utf8_general_ci';
$db['biblioteca']['swap_pre'] = '';
$db['biblioteca']['autoinit'] = TRUE;
$db['biblioteca']['stricton'] = FALSE;//*/




Theme © iAndrew 2016 - Forum software by © MyBB