Hi everyone.
I'm using Delphi 2007 for Win 32 version 11.0.2804.9245 , and DevArt SQL Server Data Access Components, version 4.25.
I use a simple query to select the rows from a single table with a certain condition, in a TSimpleDataSet component.
Another external program sometimes changes this condition on one or more rows, so I need to REFRESH my dataset.
But even if I close and Reopen the dataset, it shows the same rows.
I must close the program and reopen to see this dataset updated.
any ideas? Thanks!