I have an application that runs a fast report in 4 different threads(1 Report per thread). Each thread/report should connect to a different oracle database by setting the connection property of the TfrxUniDACComponents. I am using the below code to set this database within each thread. The report also resides within each thread.
Code: Select all
TfrxUniDACComponents * fudc = new TfrxUniDACComponents(NULL);
fudc->DefaultDatabase = c;