I have a problem I want to change the values stored into the database data_id value of id.
db.define_table('product',
Field('data_id','integer'),
Field('name','string')
format='%(name)s')
please .. any help, cues or snippets of codes to accomplish this ... will
be greatly appreciated
Picheth.
--

