LastRecord()

var myDB = new Database("FILEDSN=catalogue.dsn;")
var Rset = myDB.ExecuteSQL("SELECT * FROM Products")
Rset.LastRecord()

Close