I have a working project.
So far so good.
Because I want to do some experiments I want to create a testenvironment with exactly the same apllications and the same tables.
Let’s say I have a project called project01 and a database also with the name project01
Now I create a new empty project with the name project01test and a database with the name project01test.
I can copy all the applications to the project01test and also all tables to the project01test.
But now I have to go to every table and change the connection to the new connection.
Thats a lot of work.
But at the end the login does not work although it’s exactly the same application.
How to handle in such situations?
Is there another way to go.?
Regards, Bert