id = db.table.insert(....)

or

form=SQLFORM(...)
if form.accepts(....)
    id=form.vars.id

On Nov 22, 10:12 am, Lorin Rivers <lriv...@mosasaur.com> wrote:
> I have a set that represents the records within a minute time span, upon 
> insert of the calculated summary into another table, I'd like to update the 
> source set with the ID of the inserted record.
>
> How do I do that?
> --
> Lorin Rivers
> Mosasaur: Killer Technical Marketing <http://www.mosasaur.com>
> <mailto:lriv...@mosasaur.com>
> 512/203.3198 (m)

Reply via email to