GetRecordAt()

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

Close