the wiki said and i quote
ok.. but how does this method knows which data to insert into which column? and what about the updated data that i just edited?Inserts a new row if id is zero or updates an existing row in the database table.
i don't see any line of code that connects the inputboxes to a certain column..
coz i have this function that uses the store() method that NEVER updates a row and always INSERT new rows regardless of the primary key i mentioned on the Table class.
any replies would be very appreciated..
cheers..