Hi.
In Vb.net I am appending data to a SQL database using the following code
oSQL = "Insert Into Table1 ([oDate],[oText], [oNumber]) Select '" & oDate & "' as Expr1, '" & oText & "' as Expr2, " & oNumber & " as Expr3"
I want to select the last row appended to make sure that it actually was. Since the ID field is automatically generated this is a little tricky
Our community of experts have been thoroughly vetted for their expertise and industry experience.