I need to write UNICODE-enabled application. The unicode data will be placed in the columns of type NVARCHAR2 and NCHAR. I created table with these columns and tried to open it with TOracleDataSet. Unfortunately it recognized NVARCHAR2 columns as ftString, and instances of TStringField was created. I'm expected TWideStringField.
Is DOA support UNICODE characters or not? If not when it will support them?
Is DOA support UNICODE characters or not? If not when it will support them?