Formatting CHAR(16), OCTETS without { .. }
Posted: Tue 23 Nov 2021 14:56
Hi,
I've added a DataTypeMap rule as per your documentation:
But this formats the output with curly brackets. Is it possible to add a format that removes the curly brackets?
The AddDBTypeRule method takes a Format parameter but I can't figure out how it's supposed to be used.
With regards,
Martijn
I've added a DataTypeMap rule as per your documentation:
Code: Select all
DataTypeMap.AddDBTypeRule(ibcCharBin, 16, 16, ftGuid)
The AddDBTypeRule method takes a Format parameter but I can't figure out how it's supposed to be used.
With regards,
Martijn