How to make a Database refresh

Is there a way to read from a database without using the cached data.
So I make shure I get fresh data if someone else has changed it

Can you please specify exactly how you are accessing data from a database in TMS WEB Core?

Solved
I make
TxDataWebDataSet.Close.
Then in AfterClose a TxDataWebDataSet.Load and
Then in AfterOpen a TxDataWebDataSet.Refresh
Then I get Fresh data ffrom the Database

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.