Page 1 of 1

Automatic Monitor and Update data

Posted: Thu 02 Jun 2005 14:44
by GHill
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.

Posted: Thu 02 Jun 2005 15:30
by Ikar
MS SQL Server doesn't provide this functionality.

Posted: Thu 02 Jun 2005 15:47
by GHill
Thanks