The full path of the file database in the initial catalog causes the error.
---------------------------------------------------------------------------
Key: DNET-747
URL: http://tracker.firebirdsql.org/browse/DNET-747
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider
Affects Versions: 5.8.0.0
Environment: windows xp x86
Reporter: Andrey
Assignee: Jiri Cincura
Priority: Critical
connection_string:
initial catalog="C:\Documents and Settings\user\Мои документы\Visual Studio 2010\Projects\Копия SWSpecNew\compile\Debug\SWSpecDB.FDB";dialect=3;data source=localhost;user id=SYSDBA;password=masterkey;server type=Embedded;pooling=True;min pool size=0;max pool size=50;client library="C:\Documents and Settings\user\Мои документы\Visual Studio 2010\Projects\Копия SWSpecNew\compile\Debug\firebird\fbclient.dll";character set=UTF8;DEFAULT CHARACTER SET = UTF8;
The full path of the file database in the initial catalog causes the error.
FbConnection.CreateDatabase(connection_string 8192, true, false);
or
FirebirdSql.Data.FirebirdClient.FbConnection fc = new FirebirdSql.Data.FirebirdClient.FbConnection(connection_string );
fc.Open();
error:
I/O error during "CreateFile (create)" operation for file "C:\DOCUMENTS AND SETTINGS\USER\ЌнШ ХнЪсУенты\VISUAL STUDIO 2010\PROJECTS\ЊнЯШя SWSPECNEW\COMPILE\DEBUG\SWSPECDB.FDB"
Error while trying to create file
If I use version 5.5 of this error does not occur.
--
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
|