Changeset 243 for oup/current/DataAccess/Access_OUP_ADB.pas
- Timestamp:
- Aug 10, 2007, 7:26:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/DataAccess/Access_OUP_ADB.pas
r241 r243 549 549 SetLength(Result, 0); 550 550 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;'; 552 552 FQuery.Open; 553 553 if FQuery.RecordCount > 0 then
Note:
See TracChangeset
for help on using the changeset viewer.