ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/DataAccess/Access_OUP_ADB.pas
(Generate patch)

Comparing oup/current/DataAccess/Access_OUP_ADB.pas (file contents):
Revision 320 by alloc, Fri Aug 10 17:26:03 2007 UTC vs.
Revision 321 by alloc, Wed May 6 13:47:23 2009 UTC

# Line 544 | Line 544 | end;
544   function TAccess_OUP_ADB.GetRawsForType(RawType: String): TRawDataList;
545   var
546    i: Integer;
547  rawlist: TRawDataList;
547   begin
548    SetLength(Result, 0);
549    FQuery.SQL.Text := 'SELECT [src_id],[src_link_offset],[name],[size],[sep] FROM rawmap ' +

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)