void CCFXQuery::SetQueryString(LPCSTR lpszQuery)
Sets the query string which will displayed along with the query debug output. For queries generated by the DBQUERY tag , this is the SQL statement. For your custom tag, it may be something different, or you may not want to display a query string at all.
lpszQuery
Text of query string.
|