Welcome Guest, Not a member yet? Register   Sign In
solution to using database functions with oracle
#3

(This post was last modified: 04-14-2015, 11:39 AM by Bassam.)

try to use capital letters in table names
for example :
dont write
PHP Code:
// dont write 
$this->db->get('employee'); 
but write
PHP Code:
// but write
$this->db->get('EMPLOYEE'); 

and the same for columns name
Reply


Messages In This Thread
RE: solution to using database functions with oracle - by Bassam - 04-14-2015, 11:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB