Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unicode Character
#10
(06-13-2018, 03:55 AM)joel Wrote:
(06-12-2018, 11:59 PM)Alexandre Machado Wrote:
(06-12-2018, 05:21 PM)joelcc Wrote: I need help with the following error:  No mapping for the Unicode character exists in the target multi-byte code page
IntraWeb uses UTF8 encoding when creating String streams, *always*. Every time I see this issue in an IW application it happens when IW interfaces with some DB layer, exactly that case here. IW is retrieving data coming from DB and trying to encode it as UTF8 but it is not possible. 
What DB access framework are you using? What is the RDMBS? Are you sure that the encoding is correct?

This is going through a MiddleTier call to Remobjects Data Abstract which is using the Devart Unidac to an Oracle database.   Unicode is turned on.

     <ConnectionString>UniDAC?AuxDriver=Oracle;Server=some;Database=some;UserID=xxxxx;Password=apassword;Net=0;UseUnicode=True;</ConnectionString>

Thanks everyone.   I figured out the issue.

the connection string needs to have SpecificOptions.UseUnicode=True;  not UseUnicode=True for the driver to work properly.
Reply


Messages In This Thread
Unicode Character - by joelcc - 06-12-2018, 05:21 PM
RE: Unicode Character - by rlebeau - 06-12-2018, 05:36 PM
RE: Unicode Character - by Alexandre Machado - 06-12-2018, 11:56 PM
RE: Unicode Character - by joelcc - 06-12-2018, 05:51 PM
RE: Unicode Character - by rlebeau - 06-12-2018, 08:41 PM
RE: Unicode Character - by Jose Nilton Pace - 06-12-2018, 09:03 PM
RE: Unicode Character - by joelcc - 06-12-2018, 09:27 PM
RE: Unicode Character - by Alexandre Machado - 06-12-2018, 11:59 PM
RE: Unicode Character - by joel - 06-13-2018, 03:55 AM
RE: Unicode Character - by joelcc - 06-13-2018, 06:48 PM
RE: Unicode Character - by Mirco - 06-28-2018, 09:29 AM
RE: Unicode Character - by joelcc - 06-28-2018, 01:08 PM
RE: Unicode Character - by Mirco - 06-28-2018, 02:09 PM
RE: Unicode Character - by joelcc - 06-28-2018, 03:15 PM
RE: Unicode Character - by Mirco - 06-29-2018, 06:50 AM
RE: Unicode Character - by joelcc - 06-29-2018, 02:24 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)