Welcome Guest, Not a member yet? Register   Sign In
Need Assistant on Database configuration
#1

Hi and Good day  to everyone!

can anyone share me some advice. I'm trying to setup codeigniter and progress database and i can't figure it out how to solve this problem or maybe this two software are not compatible each other?

here's my code below from codeigniter file database.php

$db['default']['hostname'] = 'Driver={DATADIRECT 4.10 32-BIT Progress SQL92 v9.1E};DNS=jdbc:jdbcprogress:T:mycomp-A85F;DB=gisdb;HOST=mycomp-A85F7B3;PORT=9000;", admin, adminpass123, SQL_CUR_USE_ODBC';
$db['default']['username'] = 'admin';
$db['default']['password'] = 'adminpass123';
$db['default']['database'] = 'gisdb';
$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;
$db['default']['port'] = 9000;


please help and thank you very much!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB