ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/DBAdmin/DataModule.pas
(Generate patch)

Comparing ibx/trunk/examples/DBAdmin/DataModule.pas (file contents):
Revision 211 by tony, Wed Mar 14 16:13:51 2018 UTC vs.
Revision 212 by tony, Thu Mar 15 11:02:09 2018 UTC

# Line 696 | Line 696 | begin
696            if MessageDlg('I/O Error reported on database file. If this is a shadow file, do you want '+
697                          'to kill all unavailable shadow sets?. The original message is ' + E.Message,
698                          mtInformation,[mbYes,mbNo],0) = mrNo then
699 <            break;
699 >            continue;
700            try KillShadows except end;
701            FDBPassword := '';
702          end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines