CodeIgniter Forums
CI with Intersystems Cache Database - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: CI with Intersystems Cache Database (/showthread.php?tid=23109)



CI with Intersystems Cache Database - El Forum - 09-30-2009

[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


CI with Intersystems Cache Database - El Forum - 10-01-2009

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


CI with Intersystems Cache Database - El Forum - 10-01-2009

[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:-))


CI with Intersystems Cache Database - El Forum - 10-03-2009

[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