Welcome Guest, Not a member yet? Register   Sign In
Num_rows Error
#3

[eluser]Arasoi[/eluser]
Found it sort of.

I removed the:
Code:
$this->db->select();

Per your suggestion and it did not work. then I noticed a slight error on my part to fix that should not have mattered but seems it did.

I changed the table name from :
Code:
$query = $this->db->get('fc_AddressRequests');
To:
Code:
$query = $this->db->get('fc_AddressRequests_View');

And all worked well, even though the table that the view is built from is the same name minus the "_View" bit. Either way thank you for the help it solved my dilemma if in a round about way. Big Grin


Messages In This Thread
Num_rows Error - by El Forum - 12-03-2009, 11:12 AM
Num_rows Error - by El Forum - 12-03-2009, 12:27 PM
Num_rows Error - by El Forum - 12-03-2009, 01:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB