It is always returning false.
Thanks,
Don
It is always returning false.
Thanks,
Don
Don,
databaseManager.hasRecordChanges lists unsaved changes in he client.
When you have a db transaction and your changes are saved in this transaction, then these are not unsaved, so they will not show up for databaseManager.hasRecordChanges.
On rollback you will get the old data back.
Hope this helps,
Rob
So there’s not a way to see if the db transaction has contents?
Thank you
Don
No, not that I know of, jdbc does not provide this information
Rob