If I switchServer() between
local mySql to www mySql it works fine
www mySql to local mySql it works fine
local mySql to local Postgre it works fine
local Postgre to local mySql it works fine
www mySql to local Postgre it doesent refresh the foundset with the data from local Postgre
even if I use databaseManager.refreshRecordFromDatabase(currentcontroller.getDataSource(),-1) after
the switchServer()
Do i have a possibility to realy disconnet and connect again to be sure to see the right data (something that
works in this situation more proper then refreshRecordFromDatabase )?
Thanke you for any ideas