# | Line 181 | Line 181 | begin | |
---|---|---|
181 | writeln(OutFile,'Open Local Database fails ',E.Message); | |
182 | end; | |
183 | DoQuery(Attachment); | |
184 | < | if FirebirdAPI.HasScollableCursors then |
184 | > | if Attachment.HasScollableCursors then |
185 | DoScrollableQuery(Attachment); | |
186 | Attachment.Disconnect; | |
187 | end; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |