Intraweb And Embedded Firebird

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
sandeep_c24
Expert Boarder
Expert Boarder
Posts: 158
Joined: 06.11.2005, 01:43

Intraweb And Embedded Firebird

Post 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
User avatar
fduenas
Zeos Dev Team
Zeos Dev Team
Posts: 132
Joined: 26.08.2005, 08:12
Location: Cancún

Post by fduenas »

I Think they should go in a special folder of the IIS server or put them in the windows\system32 folder.
sandeep_c24
Expert Boarder
Expert Boarder
Posts: 158
Joined: 06.11.2005, 01:43

Post 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
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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
sandeep_c24
Expert Boarder
Expert Boarder
Posts: 158
Joined: 06.11.2005, 01:43

Post 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
leonrom
Fresh Boarder
Fresh Boarder
Posts: 6
Joined: 03.04.2007, 15:53

Post by leonrom »

I've the same problem. How to connect to embedded FireBird :?:
Post Reply