From: <ma...@ga...> - 2004-12-28 13:05:43
|
Hi I tried to use fbembed.dll (copied it to the bin directory of my ASP.NET Project) with Gentle.NET (Ver. 1.1.3, from SVN ) I am using the included Firebird Provider (1.6.3) The connection string (in gentle.config) is: <DefaultProvider name="Firebird" connectionString="User=SYSDBA;Password=masterkey;Database=C:\DB_TESTS\SYNCHROVET_2.FDB;ServerType=1" /> Everything worked fine before using the SuperServer, now I get the exception: Error: DatabaseUnavailable The database backend could not be reached (check the connection string). But I don't know what should be wrong with the conn'string. Any suggestions? |