after switchServer() wrong Data

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

Alessandro,

I am not sure if switch-server across different db vendors will always work.
Are there any errors in the logs?

Rob

rgansevles:
Alessandro,
Are there any errors in the logs?
Rob

If you mean C:\Servoy\application_server\servoy_log.txt
there are no errors.

Alessandro,

Please create a sample solution and file a case in our support system so we can investigate.

http://www.servoy.com/s

Rob

Ok, thanke you. I’l try, but mybe i’t not so easy without the similar connections to my databasesservers on the webhosts and localhost
Regards