Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3866

Last ID

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 3866

Trending Articles