Welcome Guest, Not a member yet? Register   Sign In
database using ibase driver
#1

Good day,

I have a problem with the ibase driver. my database is firebird 2.5 super-classic

For example:

$this->db->get('useraccount'); 

the above code will be an error. It says that "useraccount" table is not exist.

if i change the "useraccount" to "USERACCOUNT" then it will run. plese see below snippet

$this->db->get('USERACCOUNT');

this is also apply for the columns/fields and function in firebird.

How can i not use the uppercase instead use small case.

Thanks
Reply




Theme © iAndrew 2016 - Forum software by © MyBB