How to find if a column is CHAR or NCHAR ?
Hello,
OCIAttrGet(...OCI_ATTR_DATA_TYPE...) returns the same datatype code(96=SQLT_AFC) for CHAR and NCHAR columns. NLS_LENGTH_SEMANTICS=CHAR doesn't help, because if it is set, then both types are CHAR semantics.
How can I find if a column is CHAR or NCHAR in OCI ?
thanks in advance...
OCIAttrGet(...OCI_ATTR_DATA_TYPE...) returns the same datatype code(96=SQLT_AFC) for CHAR and NCHAR columns. NLS_LENGTH_SEMANTICS=CHAR doesn't help, because if it is set, then both types are CHAR semantics.
How can I find if a column is CHAR or NCHAR in OCI ?
thanks in advance...
0