Answer the question
In order to leave comments, you need to log in
C# Oracle How to solve encoding problems?
When executing the request, I get the characters ???? (inverted) instead of the Cyrillic alphabet
How to solve the problem?
using Oracle.ManagedDataAccess.Client;
...
string conn = "DATA SOURCE=" + Ip + ":" + Port + "/" + ServiceName + ";PASSWORD=" + Password + ";PERSIST SECURITY INFO=True;USER ID=" + Login;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question