Specifies the behaviour of the TMyConnectionOptions object. 
Class
TCustomMyConnection
 Syntax
property Options: TCustomMyConnectionOptions;
Remarks
Set the properties of Options to specify the behaviour of a TMyConnectionOptions object. 
Descriptions of all options are in the table below.
  
    | Option Name |     Description |   
  
    | 
Charset     | 
    
Used to set a character set used by the client.      | 
  
  
    | 
NullForZeroDelphiDate     | 
    
Used to hide the '30-12-1899' dates.      | 
  
  
    | 
NumericType     | 
    
Used to specify the format of storing and representation of the NUMERIC (DECIMAL) fields for all TCustomMyDataSets, associated with the given connection.      | 
  
  
    | 
OptimizedBigInt     | 
    
Used to convert all fields with field length less than 11 of TLargeIntField type into TIntegerField.      | 
  
  
    | 
UseUnicode     | 
    
Used to inform server that all data between client and server sides will be passed in Utf8 coding.      | 
  
See Also