Hello Tiberiu,
Thank you for the inquiry.
Yes, that's possible.
Please set up your connection string as:
| Code: |
AnyDAC?AuxDriver=IB;Server=192.168.1.10;Database=/programare.gdb/ CRM.FDB;UserID=sysdba;Password=masterkey;CharSet=utf8;@Protocol=TCPIP;@Pooled=True;@ExtendedMetadata=True;@FormatOptions.AssignedValues=[fvMapRules,fvMaxBcdPrecision];@FormatOptions.OwnMapRules=True;@FormatOptions.MapRules=< item NameMask = 'IS_SPECIAL' SourceDataType = dtInt16 TargetDataType = dtBoolean end>;@FormatOptions.MaxBcdPrecision=17;
|
This will map both columns to the required data types.
How you can extend that yourself:
1) Start ADExplorer
2) Setup a connection definition
3) At the Advanced options page set up the required options: see (
more) about map rules and MaxBcdPrecision
option
4) Save the connection definition
5) In ADConnectionDefs.ini locate that and copy the parameters you would like to customize and append to the connection string preceding them with "@" symbol
Please let us know if we can be of more help.