From: <ma...@ga...> - 2004-12-28 18:25:12
|
Still doesn't work, also tried: Database=localhost/3050:C: .... and some other variations for the conn'string. Could this be heppen because there is a SuperServer (deactivated in Guardian) present on my machine? > Hello: > >>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" >>/> >> > What happens ig you try this: > > <DefaultProvider name="Firebird" > connectionString="User=SYSDBA;Password=masterkey;DataSource=localhost;Database=C:\DB_TESTS\SYNCHROVET_2.FDB;ServerType=1" > /> > > > > -- > Best regards > > Carlos Guzmán Álvarez > Vigo-Spain > > "In the end there can be only one" (Highlander) > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > gopf-users mailing list > gop...@li... > https://lists.sourceforge.net/lists/listinfo/gopf-users > |