I am running two instances of a program and they are both accessing a TAds table.
I want to reproduce a table lock for testing, but am having trouble.
I made a button that when clicked runs the code -
SomeTAdsTable.Edit;
When I click on the button on both instances of the program I am not getting any Advantage Table errors.
I am assuming it would be trying to edit the same record on both instances of the program.
Can anyone help me reproduce a table lock error with advantage?
Thanks