Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it we required to close the connection when we are not using Open/Close connection of component ??
or Component are enough to handle open and close the connection.
What happen when I use following scenario .
Scenario 1:---
My Both database are different.
In this case will tDBInput_1 and tDBOutput_1 will open and close their connection automatically or connection will be still open.
Scenario 2:---
Is the right way to define the Scenario : 1 in right way.