Hello everybody,
My application should do some tests that user choses.
For each test type I should save the database in a file with different name, something like : Report_YYYY_MM_DD_Test_x, without stopping the execution of the application.
My problem is that i cannont rename the database after Teststand wrote in it. I must stop first the application and then I can rename it.
I tried to build dynamic connection strings and to prepare the database before Teststand write it. But I saw that after the first acces, despite of new connection string, Testand write further in the database described in the first connection string. Also seems that the handle to database once established, will be released at the end of test. I could close the connection to the DB but i don't know if it is possible.
for any ideea how to handle this situation i would be grateful