Hi,
I'm using TOraTables with specified KeyFields properties (therefor not using ROWID at this place). All table objects have persistent fields.
Now I want to use the TOraChangeNotification object. Basically notification works fine.
Documentation says that I have to include the ROWID field in queries to optimize the automatic refresh (limit it to changed records instead of doing a full table refresh). For TOraTables I guess this means adding it to the field list. But how can I add the ROWID field to my field list? If I do so manually, Delphi complains on opening the table ("field ROWID unkown"). Even without using persistent fields and using FieldByName() I can not access the ROWID field.
Therefor: how can I access this field?
TOraTable and TOraChangeNotification/RowID
-
starfish4711
- Posts: 2
- Joined: Fri 04 Sep 2009 15:45