Editing the Poem.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 Poem.sql file:
- In Visual C++, open the Poem.sql file under the Test Files node in the File view.
- Select all the text.
- Replace it with the SQL statements in the poem.txt file.
- Edit the SQL INSERT statements to reflect the directory to which you copied the XML files.
- Save the changes to Poem.sql.