Subject | RE: [firebird-support] FBClient.dll and legacy gds32.dll |
---|---|
Author | Alan McDonald |
Post date | 2004-05-08T11:28:34Z |
> Is it OK to have both these dlls in system32? My app uses the legacyYou have to use identical connection strings.
> gds32.dll but the FB utils like gbak will use fbclient.dll. I'm
> getting an error on gbak that says another process has the database
> open. I have tried several very simple versions of the gbak .bat job
> on the same PC where FB is running (and the app using localhost).
> Thanks.
>
So on the server you have to have
servername:drive:\path
and on the remote PCs you also have to have
servername:drive:\path
if a remote machine uses servename:drive\path
then you can't connect on the server (locally) using localhost
Alan