Used to specify the behaviour of the TIBCConnection object. 
Class
TIBCConnection
 Syntax
property Options: TIBCConnectionOptions;
Remarks
Set properties of Options to specify the behaviour of a TIBCConnection object. 
Descriptions of all options are in the table below.
  
    | Option Name | Description | 
  
    | CharLength | Used to specify the size in bytes of a single character. | 
  
    | Charset | Used to set character set that IBDAC uses to read and write character data. | 
  
    | EnableBCD | Used to enable currency type. | 
  
    | EnableFMTBCD | Used to enable using FMTBCD instead of float for large integer numbers to keep precision. | 
  
    | EnableMemos | Used to enable creating TMemoField and TWideMemoField for BLOB fields with subtype 1. | 
  
    | IPVersion | Used to specify Internet Protocol Version. | 
  
    | NoDBTriggers | Used to disable all database triggers. | 
  
    | Protocol | Used to specify the Network protocol of connection with InterBase server. | 
  
    | Role | Used to specify the InterBase connection role. | 
  
    | TrustedAuthentication | Used to apply Windows "Trusted User" security for authenticating Firebird users. | 
  
    | UseUnicode | Used to enable or disable Unicode support. | 
See Also