RefreshQuick bug #2
Posted: Thu 28 Jun 2007 19:30
I have a query
SELECT licenses WHERE active = 'Y'
and a timestamp fields that allows me to quickly refresh.
Upon RefreshQuick(true) it adds any new licenses that become active. But in case of a license is disabled (active = "N") the record is not removed from dataset.
SELECT licenses WHERE active = 'Y'
and a timestamp fields that allows me to quickly refresh.
Upon RefreshQuick(true) it adds any new licenses that become active. But in case of a license is disabled (active = "N") the record is not removed from dataset.