Hi All, how can I do something like this:
def update_my_field(tablename, columnname, id,value):
db.tablename(id).update_record(columnname=value)
update_my_field("my_table","my_column","123","hello world")
thanks
--
Sebastian E. Ovide
Hi All, how can I do something like this:
def update_my_field(tablename, columnname, id,value):
db.tablename(id).update_record(columnname=value)
update_my_field("my_table","my_column","123","hello world")
thanks
--
Sebastian E. Ovide