BCGSuite for MFC
virtual BOOL CBCGPDBGridCtrl::OpenSQL ( LPCTSTR  lpszSQL)
pure virtual

Opens a table using a specific SQL

Returns
TRUE if the function succeeds; otherwise FALSE.

Use this method to open a table using a specific SQL statement.

Parameters
lpszSQLA text string containing the SQL statement.