CodeIgniter Forums
trouble with DB2 driver - 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: trouble with DB2 driver (/showthread.php?tid=16329)



trouble with DB2 driver - El Forum - 03-03-2009

[eluser]DGmike[/eluser]
Hi,


We are using the DB2 driver and had some problems. I believe that could be the
difference between the driver(developed for CI 1.5.4) and the new version of codeigniter.

When tried, show the follow error:

Fatal error: Call to undefined method
CI_DB_db2c_driver::_escape_identifiers() in /system/database/DB_driver.php
on line 1323

Inside the db2 driver file doesn´t exist this function (_escape_identifiers()), but inside mysql driver exist...

Somebody know how circumvent this situation? if exist many problems to use CI with DB2?

Thanks
Demetrio


thanks
Demetrio


trouble with DB2 driver - El Forum - 03-03-2009

[eluser]pistolPete[/eluser]
Quote:I believe that could be the
difference between the driver(developed for CI 1.5.4) and the new version of codeigniter.

Which version are you using at the moment? 1.5.4 or the latest one?


trouble with DB2 driver - El Forum - 03-03-2009

[eluser]DGmike[/eluser]
I'm using this the CI on version 1.7.2


trouble with DB2 driver - El Forum - 05-19-2009

[eluser]timchase01[/eluser]
Hi All...My team has updated the db2c driver to work with CodeIgniter 1.7.1. Please see the wiki page to download the newest version of the driver. This is working on an iSeries and should work for other DB2 systems as well.