# | Line 256 | Line 256 | begin | |
---|---|---|
256 | TotalSize := 0; | |
257 | BlobType := btSegmented; | |
258 | ||
259 | < | BlobInfo := TBlobInfo.Create; |
259 | > | BlobInfo := TBlobInfo.Create(FAttachment.getFirebirdAPI as TFBClientAPI); |
260 | GetInfo([isc_info_blob_num_segments, | |
261 | isc_info_blob_max_segment, | |
262 | isc_info_blob_total_length, |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |