Re: [Firebird-net-provider] Using FBEmbeded in ASP.NET

2011-01-08 Thread Adrián Avila Mtz .
I do it by code: public static FbConnection GetConexion () { string path = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); string pathFbEmbedded = System.IO.Path.Combine(path, @"FB\fbembed.dll"); FbConnectionStringBuilder sb = new FbCo

Re: [Firebird-net-provider] Using FBEmbeded in ASP.NET

2011-01-08 Thread Jiri Cincura
On Sat, Jan 8, 2011 at 20:14, Mercea Paul wrote: > Until now I was know the full path to specify the clientlibrary but now You don't have to. If the fbembed.dll is in some well known path, the system will load it for you. > I have a solution that can be installed in different locations. > How ca