WIN1251 support in Firebird .net provider 5.8.0.0
-------------------------------------------------
Key: DNET-741
URL: http://tracker.firebirdsql.org/browse/DNET-741
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider
Affects Versions: 5.8.0.0
Reporter: Eugene Leontev
Assignee: Jiri Cincura
I got this exception after update firebird .net provider from 5.1.0.0 to 5.8.0.0
"I/O error during \"CreateFile (open)\" operation for file \"F:\\Рабочая\\Р'Р"\\March 2016\\POSTSERV.IB\"\r\nError while trying to open file"
Where connection string is :
server type=Default;
data source=localhost;
port number=3050;
initial catalog=\"F:\\Рабочая\\БД\\March 2016\\POSTSERV.IB\";
user id=SYSDBA;
password=masterkey;
dialect=3;character
set=WIN1251;
client library=;
connection lifetime=0;
pooling=True;
min pool size=0;
max pool size=50"
With 5.1.0.0 it works fine.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|