IBM DB2 full support with active records |
Hai,
I am using codeigniter 2.2.1 with "IBM DB2" database. I think the database driver which I am using is a custom design by "dev team". It didn't support active records. Is there any fully functional package available in codeigniter for "IBM DB2" ? kindly help is there is one available. Thank you in advance
we are using php with IBM DB2 .Now we are redesigning the code in Codeigniter 2.2.1
but we cant find any supporting driver file for IBM DB2 .Please help. Curious to know that whether DB2 is supported by codeigniter Active records??
This sure looks like a duplicate of the one from arunsankars1989 in this forum.
Are these unique issues?
03-25-2015, 09:22 PM
(This post was last modified: 03-25-2015, 11:01 PM by arunsankars1989. Edit Reason: made it more meaningfull ) PHP Code: $db['default']['dbdriver'] = 'pdo' Also make a valid dsn string. Something like this I guess: PHP Code: $db['default']['dsn'] = 'ibm:host=localhost;port=5432;dbname=database_name';
(03-26-2015, 01:35 AM)Sharasuke Wrote: I tried this one. But this didn't help. it shows the error "could not find driver Filename: core/Loader.php Line Number: 305"
Here is what I have
$system = 'your system'; Code: $db['default'] = array( |
Welcome Guest, Not a member yet? Register Sign In |