> El jueves, 27 de diciembre de 2012 11:35:55 UTC-3, at escribió:
> Wanted to avoid hard-coding table name in the following statement by 
using var *tname*, but not successful: any tip pls?
*> db(db.tname.id == rowid).select*

You mean you must get the Table object programatically?

tname = "<whatever>"
table = db[tname]


-- 



Reply via email to