We have 2 connections C1 and C2 in our application
We need to use C1 for all fetch operations and C2 for all insert/update/delete operations.
Please suggest on how to implement this using a Data Source.
We need to use C1 for all fetch operations and C2 for all insert/update/delete operations.
Please suggest on how to implement this using a Data Source.
Comment