Additional
Overview
Features
Get
Discuss
News
Partners
Firebird Associate
 
Flexible Data Type Handling PDF Print E-mail
Jan 17, 2007

FreeDAC supports most data types supported by current DBMS’s, including different kinds of BLOB data, Unicode data, high precision numbers, etc. Also, programmer has complete control on the mapping of row column data types into dataset field types and backwards.

 

You can map almost any data type to another one using DataFormat options. That allows to create compatible data mapping schemas for different DBMS's and DAC's. Following example shows, how to set up mapping rules (MapRules) to make compatibility of data types between Oracle FreeDAC connection and BDE one.

 

Flexible data type handling