Hi all,
We have a problem with one of our projects.
We use phprunner 5.3.
One of our customers syncs every 2 seconds a certain value to his database. Up to there no problem.
The problem is that the machine (Siemens hardware) changes the name of the tables every 30 days to a new name. (for example table1, table1_1, table1_2)
Is there a way to get the data out of the new made tables? (instead of always looking up to the firstly created one?)
Regards,