ExecuteSQL()

To save a Record Set into a variable named Rset, use the following syntax:

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

Close