SetSQLText 

Syntax:             BOOL SetSQLText (LPCTSTR sSQLText);

Return Value:    TRUE if a query is open and operation successful, otherwise FALSE.

Parameters:

                        sSQLText        Pointer to a string representing query text.

Remarks:

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

Note: SetSQLText () method is equivalent of SetQueryText().

Example:

Since SetSQLText () and SetQueryText () are equivalent for the Sample of SetSQLText ()) usage see the usage of SetQueryText () in the Example of  GetSQLText()