Good evening group, I have to insert some data into a table…is there a quick way to retrieve the last ID inserted?
Dim RecordTEMPORANEO1 As New DatabaseRow
RecordTEMPORANEO1.Column("NomeDitta") = txtfield1(3).text
db.AddRow("NominativiDitte", RecordTEMPORANEO1)
I use, sqllite database.
14 posts - 7 participants