refresh updates
Posted: Sun 13 Mar 2005 11:05
hello,
i have 2 queries
the one SELECT * FROM RECORDS
and the other in a secondary form updates or insert records
UPDATE FROM RECORDS
the issue is that I have to Call Query1.Refresh; after every update.
Is that the right way to do it or you have another mechanism for that?
I remember in an other mysql component set there was an
UpdateObject property. As I can see you have an UpdateObject but i dont know if it works for me or how to make it work.
Thanks
i have 2 queries
the one SELECT * FROM RECORDS
and the other in a secondary form updates or insert records
UPDATE FROM RECORDS
the issue is that I have to Call Query1.Refresh; after every update.
Is that the right way to do it or you have another mechanism for that?
I remember in an other mysql component set there was an
UpdateObject property. As I can see you have an UpdateObject but i dont know if it works for me or how to make it work.
Thanks