SetSQLText 

Syntax

object.SetSQLText  sSQLText

sSQLText - A string representing query text.

Description

Call this method to set the query text or the content of the SQL pane of the ELS-QB control.

Remarks

SetSQLText method returns True if a query is open and operation successful, otherwise False.

Note: SetSQLText method is equivalent to SetQueryText.

Example

Since SetSQLText and SetQueryText are equivalent for the Sample of SetSQLText usage see Example of  SetQueryText