Welcome Guest, Not a member yet? Register   Sign In
$query->num_rows(); can not get the number of rows
#1

[eluser]test2009[/eluser]
I retrieve the records Ifm ODBC / Access database 2007
it works
$this->db->where('EMAIL', $strSearch);
$data['query']= $this->db->get('MYTABLE');

I can list the records all OK.
But
in view file
echo $query->num_rows();
gives -1 result

What is wrong?


Messages In This Thread
$query->num_rows(); can not get the number of rows - by El Forum - 05-11-2009, 09:06 AM
$query->num_rows(); can not get the number of rows - by El Forum - 05-11-2009, 09:19 AM
$query->num_rows(); can not get the number of rows - by El Forum - 05-11-2009, 08:47 PM
$query->num_rows(); can not get the number of rows - by El Forum - 05-15-2009, 12:13 PM
$query->num_rows(); can not get the number of rows - by El Forum - 05-15-2009, 03:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB