Welcome Guest, Not a member yet? Register   Sign In
CI with Intersystems Cache Database
#1

[eluser]aexer[/eluser]
Hy Folks

I should connect to a Intersystems Cache Database on its SQL Connector. This will go through a ODBC Connection. I don't find any settings for this DB. Ist it possible to connect to this one?

If i fill my infos in I become this error back:

Code:
Fatal error: Call to undefined method CI_DB::CI_DB() in C:\xampp\htdocs\ldrarchiv\system\database\drivers\odbc\odbc_driver.php on line 53

thanks for help
#2

[eluser]aexer[/eluser]
Is there no one who can give me a continuing point for my problem?
#3

[eluser]rogierb[/eluser]
Maybe if you post your config setting, someone can help. Just giving us the error is like driving a car blindfolded.(Can be fun though:-))
#4

[eluser]aexer[/eluser]
Hiho. That's right, i forgott it...

My connection looks like this:
Code:
$active_group = "default";
$active_record = FALSE;

$db['default']['hostname'] = "DRIVER={InterSystems ODBC};SERVER=127.0.0.1;DATABASE=SAMPLES;UID=_SYSTEM";
$db['default']['username'] = "_SYSTEM";
$db['default']['password'] = "SYS";
$db['default']['database'] = "SAMPLES";
$db['default']['dbdriver'] = "odbc";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = FALSE;
$db['default']['db_debug'] = FALSE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";

Anyone a idea? Error like in post 1

regards
aexer




Theme © iAndrew 2016 - Forum software by © MyBB