From: Fedor E. S. <FSh...@sp...> - 2003-12-23 10:58:50
|
I have Firebird 1.5 RC7 in Linux Red Hat server. Client - Windows XP SP1. Provider - Firebird .Net Data Provider 1.5 RC1 for .Net 1.1. Code: FbConnection con=new FbConnection("Database=/root/bases/cat.FDB;User=SYSDBA;Dialect=3;"+ "Charset=UNICODE_FSS;Server=Fire;Password=KgBDRfcU"); con.Open(); In this point I have exception: An unhandled exception of type 'FirebirdSql.Data.Firebird.FbException' occurred in firebirdsql.data.firebird.dll Additional information: I/O error during "open" operation for file "/root/bases/cat.FDB" Error while trying to open file. But when I try to connect using IBExpert with same parameters I have no problems. Sorry for bad English. Best regards Fedor, Moscow Russia |