From: Jesus A. <ja...@er...> - 2003-05-01 16:38:16
|
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 |