Verifies the given SQL statement is valid.
public void VerifySQL( string strSQL );
Remarks
This method verifies the given statement (strSQL) is a valid SQL statement. The statement is sent to the server where it is parsed but not executed. An exception is raised if the statement is not valid.
See Also