Subject Why fbembed.dll ?
Author Bogusław Brandys
Hello,

I want to ask how to implement such situation (I think common):
I have an application which connects to remote Firebird database server when
possible and do some updates and also read some data to be stored in local
database (which is simple a mirror of remote). I'd like to use fbembeded to
avoid installing full server on client machine (Win98) , but fbembed.dll
seems to be only server engine without client , and I can't use it as
replacement for gds32.dll (client library) for remote connections.
So, I must load different library each time I connect to local or remote
database, Am I right ?
This is very confusing and make troubles.Could fbembed.dll contain also
client library ?

Boguslaw