factory has no read or update conter part as far as I know so you will have to go in each table and do what you need. So :
crud.update(db.client) crud.update(db.address) Richard On Tue, Feb 22, 2011 at 12:37 AM, greenpoise <[email protected]>wrote: > I got this http://web2pyslices.com/main/slices/take_slice/102 > > How would I go about editing/deleting the records?? > > > thanks > > >

