From: Christof <roj...@ya...> - 2003-05-03 11:58:50
|
Hello, I get the same exception when trying to connect to the database. Can the .Net Data Provider connect to the embedded server? FirebirdSql.Data.Firebird.FbException: Unable to complete network request to host "localhost". ---> FirebirdSql.Data.INGDS.GDSException: Exception of type FirebirdSql.Data.INGDS.GDSException was thrown. I followed the instructions from the readme /my_app/app.exe /my_app/gds32.dll /my_app/firebird.conf /my_app/fb/firebird.msg /my_app/fb/intl/fbintl.dll /my_app/fb/udf/fbudf.dll firebird.conf: RootDirectory = /my_app/fb Thanks, Chris "Jesus Arevalo" <ja...@er...> wrote in message news:KME...@er...... > Hi all, > > has somebody try to connect to the Firebird embedded version? > > I am trying to create a database but what I should use as a dataSource? > localhost or the name of the dll? > On the readme file they say that > > "Only true local access is allowed. The embedded server > doesn't have any support for remote protocols, so even > access via "localhost" won't work." > > I was trying something like: > > FbConnection.CreateDatabase("gds32.dll", 3050, directory + name, "SYSDBA", > "masterkey", 3, false, 8192, "NONE"); > > and I have the dll on the same folder as the application. > > But that always generate: > Exception of type FirebirdSql.Data.INGDS.GDSException was thrown. > > Thank you for your help, > > jaire > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |