Editing the AddInts.sql unit test file.

About this task

To edit the AddInts.sql file:

Procedure

  1. In Visual C++, open the AddInts.sql file from the Test Files node in the File view.
  2. Find the following SQL statement:
    execute function AddIntegers(32767, 32767); 
  3. Replace the first argument with 3 and the second with 7:
    execute function AddIntegers(3, 7); 
  4. Save the changes to AddInts.sql.