Dragging and dropping components and linking them together
About this task
         Procedure
- Drop a tMemSQLConnection, a tRowGenerator, a tMemSQLInput, a tMemSQLOutput, a tMemSQLClose, and a tLogRow from the Palette onto the workspace.
 - Link the tMemSQLConnection to the tRowGenerator using a Row > OnSubjobOk connection.
 - Link the tRowGenerator to the tMemSQLOutput using a Row > Main connection.
 - Link the tRowGenerator to the tMemSQLInput using a Row > OnSubjobOk connection.
 - Link the tMemSQLInput to the tLogRow using a Row > Main connection.
 - Link the tMemSQLInput to the tMemSQLClose using a Row > OnSubjobOk connection.