Euro (€) characters are inserted into the database as upside down
Posted: Tue 26 Feb 2019 13:48
Since we moved to Direct Mode, we see that Euro (€) characters are inserted into the database as upside down question marks.
This connection string worked before:
- connstr = "Data Source=DP00V.WORLD;User ID=APP_DPL;Password=xxx";
These connection strings work, but with the character problems:
- connstr = "Data Source=dbbd01.dg3.be;User ID=APP_DPL;Password=xxx;Pooling=true;Connection Lifetime=1800;Direct=true;Port=1522;SID=DP00V";
- connstr = "Data Source=dbbd01.dg3.be;User ID=APP_DPL;Password=xxx;Pooling=true;Connection Lifetime=1800;Direct=true;Port=1522;SID=DP00V;Unicode=true";
We are using Entity Framework 6.0 and Devart DotConnect.
Versions:
- Devart.Data: 5.0.1704.0
- Devart.Data.Oracle: 9.4.280.0
This connection string worked before:
- connstr = "Data Source=DP00V.WORLD;User ID=APP_DPL;Password=xxx";
These connection strings work, but with the character problems:
- connstr = "Data Source=dbbd01.dg3.be;User ID=APP_DPL;Password=xxx;Pooling=true;Connection Lifetime=1800;Direct=true;Port=1522;SID=DP00V";
- connstr = "Data Source=dbbd01.dg3.be;User ID=APP_DPL;Password=xxx;Pooling=true;Connection Lifetime=1800;Direct=true;Port=1522;SID=DP00V;Unicode=true";
We are using Entity Framework 6.0 and Devart DotConnect.
Versions:
- Devart.Data: 5.0.1704.0
- Devart.Data.Oracle: 9.4.280.0