![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Addressed for Version 2.22 » View Incident Report |
| Reported By: Wolfgang Klein [AESA GmbH] Reported On: 1/25/2016 For: Version 2.21 Build 1 |
EDBQuery:=TEDBQuery.Create(nil);
try
EDBDatabase.Execute('SELECT * FROM Information.Views', nil, EDBQuery);
EDBQuery.First;
while not EDBQuery.Eof do begin
EDBDatabase.Execute(EDBQuery.FieldByName('DropSQL').AsString);
EDBQuery.Next;
end; {von while}
finally
EDBQuery.Free;
end; {von finally}This web page was last updated on Sunday, February 22, 2026 at 11:19 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

