Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Encoding problems
#8
(05-23-2019, 01:50 PM)kudzu Wrote: Is it happening on a specific row of data? What encoding is the data base using for storage?

Yes.   It is only on a specific row.   (I notice when someone copies data from Microsoft Word with the an ' it will throw the error).

Using 

SELECT *
  FROM v$nls_parameters
 WHERE parameter LIKE '%CHARACTERSET';

I see that the Oracle Database encoding is set to WE8MSWIN1252

I also see see that the field that is holding the data is CLOB

I am using the devart Oracle dbx driver with the following settings (but that probably does not make up the difference.)

ClobAswideMemo := true
UnicodeEnvironment := true
UseUnicode := true

I can not change the Characterset on the the database but I might be able to change the CLOB to an NCLOB at the field level.

Do you think that would fix the issue?
Reply


Messages In This Thread
Encoding problems - by MikaK - 05-19-2019, 10:59 AM
RE: Encoding prorblems - by kudzu - 05-19-2019, 05:10 PM
RE: Encoding problems - by MikaK - 05-20-2019, 05:17 AM
RE: Encoding problems - by Alexandre Machado - 05-22-2019, 09:15 AM
RE: Encoding problems - by kudzu - 05-20-2019, 01:15 PM
RE: Encoding problems - by joelcc - 05-22-2019, 10:07 PM
RE: Encoding problems - by kudzu - 05-23-2019, 01:50 PM
RE: Encoding problems - by joelcc - 05-23-2019, 03:34 PM
RE: Encoding problems - by kudzu - 05-23-2019, 03:45 PM
RE: Encoding problems - by joelcc - 05-24-2019, 01:15 PM
RE: Encoding problems - by kudzu - 05-24-2019, 03:06 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)