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
Intraweb And Embedded Firebird
Moderators: gto, cipto_kh, EgonHugeist
-
- Expert Boarder
- Posts: 158
- Joined: 06.11.2005, 01:43
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
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
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
-
- Expert Boarder
- Posts: 158
- Joined: 06.11.2005, 01:43