Update a Record ?

I do not remember not found (either in a previous project nor in documentation / sqlite.org and so on web) how to modify a Record.

Example:
a. I am - as a user - entering data in a Record.
b. The Phone ring / I create a brand new Record (save the already filled data on screen),
c. I Close the phone call and resume the Record filling.
d. When done, I want to update the Record:

That is where I am: to do that, I think I have to pass a Unique ID (else all Records from that Base will be over writed :().

How can I get the Unique ID in the code at Record addition (creation) from step b. ?

Help is welcome. TIA.

Not sure what exactly you are asking, but LastRowID will return the last record added.

That seems to be it. Thank you James !