My application is using the sqlsrv database driver.
In many queries, the $query->num_rows() function throws an error:
Even if I use the $this->db->list_tables() function, I get this terrible error, but I'm sure may database contains several tables.
Any tips how to solve this?
In many queries, the $query->num_rows() function throws an error:
Code:
fatal error: call to a member function num_rows() on booleanEven if I use the $this->db->list_tables() function, I get this terrible error, but I'm sure may database contains several tables.
Any tips how to solve this?