Subject | RE: [firebird-support] Re: Embedded in Visual Web Developer |
---|---|
Author | Alan McDonald |
Post date | 2005-03-03T00:45:48Z |
>if you're using a webserver, then it will only ever load the embedded server
> Yes, I'm using the .Net provider. The only way I've gotten it to work
> is by placing the dll into <windows>/system32 ... this of course sucks
> if I'm trying to test multiple embedded apps. I also tried setting a
> system path to the dll and that didn't work either.
>
> -Abe
from the path in which it is executing ie. system path.
It will load a database once and lock it but you can make more than one
connection to the database during the session.
It is unlikely, hoever, that you will be able to make the embedded server
useable for mutliple web applications running in isolated processes on the
web server and still trying to attach to the same database. For that you
will need the full server running.
Alan