Page 1 of 1

Intraweb And Embedded Firebird

Posted: 12.10.2006, 01:15
by sandeep_c24
Hi

I am trying to use embedded firebird with my Intraweb ISAPI app and I am getting

"None of the dynamic libraries can be found: fbclientd20.dll, fbclientd.dll"

I have renamed fbembed.dll to fbclientd.dll and is in same folder as my ISAPI dll.

I am using quite a recent version of Zeos. It has new protocols for embedded Firebird.

Regards

Sandeep

Posted: 12.10.2006, 07:15
by fduenas
I Think they should go in a special folder of the IIS server or put them in the windows\system32 folder.

Posted: 12.10.2006, 22:48
by sandeep_c24
But the whole idea of having an embedded server is to have all files(dlls etc) in the same folder as the application.

Should this be fixed in Zeos?

Regards

Sandeep

Posted: 13.10.2006, 07:42
by mdaems
Maybe the question here is : what is the application? Where is the running exe file? That decides where windows looks for the exe (or not?). Can you change ZEOS (ZPlainMysqlXX.pas) in an easy way so that the ISAPI dll knows what dir he is in and calls the embedded server lib in the same dir??

I don't agree with the way you define an embedded server. I don't think the place has anything to do with that. It just means that the server is a part of the application itself, not a separate server application.

Mark

Posted: 05.11.2006, 11:18
by sandeep_c24
I think there should be some property in Zeos connection that is looked when specified database is an embedded database. I think this might take care of all issues with different databases.

Regards

Sandeep

Posted: 03.04.2007, 15:57
by leonrom
I've the same problem. How to connect to embedded FireBird :?: