Ignore:
Timestamp:
Aug 10, 2007, 7:26:03 PM (17 years ago)
Author:
alloc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oup/current/DataAccess/Access_OUP_ADB.pas

    r241 r243  
    549549  SetLength(Result, 0);
    550550  FQuery.SQL.Text := 'SELECT [src_id],[src_link_offset],[name],[size],[sep] FROM rawmap ' +
    551     'WHERE [type]="' + RawType + '" ORDER BY src_id ASC, src_link_offset ASC;';
     551    'WHERE [type]="' + RawType + '" and [size]>0 ORDER BY src_id ASC, src_link_offset ASC;';
    552552  FQuery.Open;
    553553  if FQuery.RecordCount > 0 then
Note: See TracChangeset for help on using the changeset viewer.