The RecordsetEx object includes two browsing mechanisms. The first mechanism applies to result sets that contain only one row (by the use of Select Top); it retrieves only one record each time. With the second mechanism, the browsing is performed on the existing result set only.
The following Data Manipulation Language (DML) operations are blocked: UPDATE, INSERT, DELETE, TRUNCATE, UPSERT, REPLACE, and MERGE.
The following Data Definition Language (DDL) operations are blocked: CREATE, DROP, ALTER, and RENAME.
This object is for the SAP HANA database only. It does not support Microsoft SQL Server database usage.
When the sub-query is not introduced with EXISTS, only one expression can be specified in the select list.
As of SAP Business One 10.0, the DoQuery function can access the current logon company DB only. If you access Common DB, the DoQuery function will throw exception.
| RecordsetEx Sample (C#) | ||
|---|---|---|
| ||