RecordsetEx is a raw data access object that enables you to fetch data from the database table. The main method of this object is DoQuery, which lets you run SQL select queries in its query string.
| RecordsetEx Sample (C#) | Copy Code | |
|---|---|---|
| ||