FirstRecord()

var myDB = new Database("DSN=catalogue;")
var Rset = myDB.ExecuteSQL("SELECT * FROM Products")
Rset.FirstRecord()

Close