firebird-net-provider@lists.sourceforge.net
Asunto: [Firebird-net-provider] Using FBEmbeded in ASP.NET
Hi
I know I can use |DataDirectory|mydatabase.fdb to specify location for
database but, when i use the embeded firebird, in connection string i
specify the servertype and clientlibrary!
If i use f
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
Hi
I know I can use |DataDirectory|mydatabase.fdb to specify location for
database but, when i use the embeded firebird, in connection string i
specify the servertype and clientlibrary!
If i use for clientlibrary |DataDirectory|\fbembed.dll i get error.
Until now I was know the full path to spe