load records from mySQL

I made a connection to a mySQL table that resides on a remote server; this table contains some information that users can update via web, also creating new records.
But if they do that, my servoy client do not display it.
ALso with a method like loadallrecords, or show, the servoy form do not display the new records made in that server.
I have to perform a find, a loadAllRecords and at least the new ones are displaied.
How to force servoy to shows update data from mySQL, without such a trick?

Servoy is using caching.

If you want to see newly added records, there is under the database-node there is function: refreshFromDatabase (are something like that!)