CodeIgniter Forums
Problem loading odbc driver - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: Problem loading odbc driver (/showthread.php?tid=75873)



Problem loading odbc driver - supri yana - 03-25-2020

Good evening I am Supri from Indonesia. I'm studying CI. I have a problem


Fatal error: Call to undefined method CI_DB_odbc_driver::get_where() in C:\xampp\htdocs\2020\03\empty_location\application\models\Model_admin.php on line 57

A PHP Error was encountered
Severity: Error
Message: Call to undefined method CI_DB_odbc_driver::get_where()
Filename: models/Model_admin.php
Line Number: 57
Backtrace:



RE: Problem loading odbc driver - php_rocs - 03-26-2020

@supri yana,

What version of CI are you using? Have you verified whether or not you are able to connect to the database successfully?


RE: Problem loading odbc driver - InsiteFX - 03-26-2020

It would also help if you show the code that is causing the Error.