diff --git a/source/tabletools.pas b/source/tabletools.pas index e0911b65..9c1dd59e 100644 --- a/source/tabletools.pas +++ b/source/tabletools.pas @@ -2063,7 +2063,7 @@ begin Data := DBObj.Connection.GetResults( DBObj.Connection.ApplyLimitClause( 'SELECT', - '* FROM '+DBObj.QuotedDbAndTableName + OrderBy, + '/* '+APPNAME+' '+MainForm.AppVersion+' */ * FROM '+DBObj.QuotedDbAndTableName + OrderBy, Limit, Offset) );