Is it possible somehow to access Oracle data where there are CHAR and NCHAR
fields as character for CHAR fields and UNICODE for NCHAR fields, or is it
only possible to access as character when the compile was set for ASCII only?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible somehow to access Oracle data where there are CHAR and NCHAR
fields as character for CHAR fields and UNICODE for NCHAR fields, or is it
only possible to access as character when the compile was set for ASCII only?
ASCII is a subset of UNICODE.