![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Reported for Version 2.02 » View Incident Report |
![]() |
Reported By: Andrew Hill Reported On: 12/6/2008 For: Version 2.02 Build 4 |
// Students try if Query1.Active then Query1.Close; Query1.SQL.Clear; Query1.SQL.Add('OPTIMIZE TABLE Students USING LastNameFamilyPositionFirstName ;'); Query1.ExecSQL; except try if Query1.Active then Query1.Close; Query1.SQL.Clear; Query1.SQL.Add('REPAIR TABLE Students ;'); Query1.ExecSQL; except MyMessageDlg('Unable To Optimize Students Table, '+ 'Please Contact Axfite !', mtInformation, [mbOK], 0, frmMain, mrOK, []); end; end;
This web page was last updated on Tuesday, June 3, 2025 at 08:21 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |