Editing the rciContains.sql unit test file
Although you are not setting breakpoints and debugging this DataBlade module, using the DBDK Visual C++ Add-In and the unit test files is the easiest way to run SQL statements for your DataBlade module.
To edit the rciContains.sql file:
- In Visual C++, open the rciContains.sql file from the Test Files node in the File view. If Visual C++ indicates that the file does not exist, click Yes to create it.
- Replace the contents of this file with the SQL statements in the rowcircle.txt file.
- Save the changes to rciContains.sql.