ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/IBBlob.pas
(Generate patch)

Comparing ibx/trunk/runtime/IBBlob.pas (file contents):
Revision 1 by tony, Mon Jul 31 16:43:00 2000 UTC vs.
Revision 5 by tony, Fri Feb 18 16:26:16 2011 UTC

# Line 28 | Line 28
28  
29   unit IBBlob;
30  
31 + {$Mode Delphi}
32 +
33   interface
34  
35   uses
36 <  Windows, SysUtils, Classes, Forms, IBHeader, IBErrorCodes, IBExternals,
37 <  DB, IB, IBDatabase, IBUtils;
36 >  SysUtils, Classes, IBHeader, IBErrorCodes, IBExternals, DB, IB, IBDatabase;
37 >
38  
39   const
40    DefaultBlobSegmentSize = 16 * 1024;
# Line 104 | Line 106 | type
106  
107   implementation
108  
109 < uses IBIntf, IBCustomDataSet;
109 > uses IBIntf;
110  
111   procedure GetBlobInfo(hBlobHandle: PISC_BLOB_HANDLE; var NumSegments, MaxSegmentSize,
112                        TotalSize: Long; var BlobType: Short);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines