TdxServerModeADODataSourceOptions Properties
Contains settings that are specific to ADO server mode data sources.Name | Description |
---|---|
EnableBCD | Specifies if numeric and decimal field values are translated as floating-point values or binary coded decimal (BCD) values. |
Owner | Provides access to the server mode data source that contains the current option set. Inherited from TdxServerModeDataSourceOptions. |
UseQueryParams | Controls if the SQL adapter generates queries with parameters. Inherited from TdxServerModeDataSourceOptions. |
See Also