Dataset doesn't reflect external changes...

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tierrafertil
Posts: 1
Joined: Thu 18 Jun 2009 02:14

Dataset doesn't reflect external changes...

Post by tierrafertil » Thu 18 Jun 2009 02:25

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!

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Thu 18 Jun 2009 07:08

I can not reproduce the problem.
Please try to compose a small sample to demonstrate the problem and send it to dmitryg*devart*com.

Post Reply