OpenQuery 

Syntax

object.OpenQuery  sConn,  sQry

sConn     String containing Connection name.

sQry        String containing Query name.

Description

Call this method to open specified query within the ELS-QB component.

Remarks

OpenQuery method returns True if the query has been opened successfully, otherwise it returns False.

Note:  To open query successfully the specified sConn and sQry must exist.

Example

         For Sample of OpenQuery usage see the Example of SetQueryText()