From: Rand R. (JIRA) <tr...@fi...> - 2017-05-26 16:12:24
|
Starting with 5.6.0.0 - FBConfiguration doesnt work with special characters (Ä/Ö/Ü/ß) ------------------------------------------------------------------------------------- Key: DNET-763 URL: http://tracker.firebirdsql.org/browse/DNET-763 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 5.9.1.0, 5.9.0.0, 5.8.1.0, 5.8.0.0, 5.7.0.0, 5.6.0.0 Environment: Firebird 2.5 Reporter: Rand Random Assignee: Jiri Cincura The following code fails: var x = new FbConfiguration(GetConnectionString()); x.DatabaseShutdown2(FbShutdownOnlineMode.Single, FbShutdownType.ForceShutdown, 0); with the exception: "I/O error during \"CreateFile (open)\" operation for file \"C:\\TEST\\DüEMO.CONX\"\r\nError while trying to open file" ConnectionString is this: port number=3050;character set=UTF8;initial catalog=C:\\rfa\\Düemo.conx;data source=localhost;user id=xxxxx;password=xxxxx;pooling=False" In earlier versions this code works fine, addtionionally the normal "FbConnection" works fine with the given Connection string and I can retrieve data just 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 |