Automatic Monitor and Update data

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

Automatic Monitor and Update data

Post by GHill » Thu 02 Jun 2005 14:44

I need my program to monitor a select statement and automatically update a DBGrid. Such as "Select * from mytable where mycredit = "GHILL"

Someone else will put the data in, in another program, I just want to know everytime it is changed. I know I can start a timer and refresh the data every so often, but I would like to not do that if i can.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 02 Jun 2005 15:30

MS SQL Server doesn't provide this functionality.

GHill
Posts: 12
Joined: Thu 02 Jun 2005 14:19

Post by GHill » Thu 02 Jun 2005 15:47

Thanks

Post Reply