Ajouter et relier les composants
Procédure
- Déposez les composants suivants de la Palette dans l'espace de modélisation graphique : tMysqlConnection, tFixedFlowInput, tMysqlOutput, tCreateTable, tCombinedSQLInput, tCombinedSQLFilter, tCombinedSQLAggregate, tCombinedSQLOutput, tMysqlCommit, tMysqlInput et tLogRow.
- Reliez le composant tMysqlConnection au tFixedFlowInput à l'aide d'un lien Trigger > OnSubjobOk.
- Procédez de la même manière afin de relier le tFixedFlowInput au tCreateTable, le tCreateTable au tCombinedSQLInput, le tCombinedSQLInput au tMysqlCommit et le tMysqlCommit au tMysqlInput.
- Reliez le composant tFixedFlowInput au tMysqlOutput à l'aide d'un lien Row > Main.
- Reliez le composant tCombinedSQLInput au tCombinedSQLFilter à l'aide d'un lien Row > Combine.
- Procédez de la même manière afin de relier le tCombinedSQLFilter au tCombinedSQLAggregate et le tCombinedSQLAggregate au tCombinedSQLOutput.
- Reliez le composant tMysqlInput au tLogRow à l'aide d'un lien Row > Main.