ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/fbintf.pas
Revision: 70
Committed: Thu Oct 26 12:59:51 2017 UTC (6 years, 5 months ago) by tony
Content type: text/x-pascal
Original Path: ibx/trunk/fbintf/fbintf.pas
File size: 687 byte(s)
Log Message:
FBAttachment: Avoid string reference count error when processing an Ansistring
    parameter in an array of const passed to IAttachment.OpenCursor, etc.

FBAttachment: Allow for WideString and UnicodeString parameters in an array
    of const passed to IAttachment.OpenCursor, etc.

File Contents

# User Rev Content
1 tony 45 { This file was automatically created by Lazarus. Do not edit!
2     This source is only used to compile and install the package.
3     }
4    
5     unit fbintf;
6    
7 tony 70 {$warn 5023 off : no warning about unused units}
8 tony 45 interface
9    
10     uses
11     Firebird, IB, FBClientAPI, IBHeader, FB25ClientAPI, FBMessages,
12     FB25Transaction, FB25Attachment, FB25Blob, IBExternals, IBErrorCodes,
13     FB25Events, IBUtils, FB25Statement, FB25Services, FB25Array,
14     FBActivityMonitor, FBOutputBlock, FBParamBlock, FBSQLData, FB30ClientAPI,
15     FB30Attachment, FB30Transaction, FBTransaction, FB30Blob, FB30Array,
16     FB30Statement, FB30Events, FB30Services, FBEvents, FBBlob, FBAttachment,
17     FBStatement, FBServices;
18    
19     implementation
20    
21     end.