Thought that db().select(db.table.ALL) was better, sorry for miss leading you Santiago.
Richard On Thu, Jul 5, 2012 at 5:43 PM, Anthony <[email protected]> wrote: > Also, your request should not be : db().select(db.voting_center**) >> instead of db(db.voting_center).**select() > > > If he wants to select all records and all fields, then > db(db.voting_center).select() is the correct query. > > Anthony >

