Reading French characters (é, è, à, ...) in a CLOB field
Posted: Wed 04 May 2005 16:05
hello,
I have a problem in reading special characters (Specially French characters) from CLOB fields.
I have found a way to read other field types (varchar,...) by setting the charset to the connection :
Connection.Options.Charset = 'WE8ISO8859P1'
But unfortunately, it doesn't work with reading CLOB fields type.
I would appreciate any help to slove this problem
I have a problem in reading special characters (Specially French characters) from CLOB fields.
I have found a way to read other field types (varchar,...) by setting the charset to the connection :
Connection.Options.Charset = 'WE8ISO8859P1'
But unfortunately, it doesn't work with reading CLOB fields type.
I would appreciate any help to slove this problem