GetRecordsetObj 

Syntax

object.GetRecordsetObj

Description

Call this method to obtain a pointer to a result recordset of a query currently opened in ELS-QB component.

Remarks

GetRecordsetObj method returns the pointer to IUnknown interface of ELS-QB component’s recordset object or Null if no such object exists yet.

Note: The result recordset is created during the SQL statement execution process  within ELS-QB component.

Example

For Sample of GetRecordsetObj usage see FillFlexGrid() of frmMSFlexGrid in ELS_QBDemoVB project.