Re: [firebird-support] Firebird 2.5 rejecting connections

2017-08-07 Thread 'CR' ch...@vp44.net [firebird-support]
On Mon, August 7, 2017 11:03 pm, 'livius' liviusliv...@poczta.onet.pl [firebird-support] wrote: > Hi, > put fbclient.dll / and/or/ gds32.dll into your application folder. That is standard practice, I do it at each installation. I have found several mentions of conflicts with antivirus sw such as

Re: [firebird-support] Firebird 2.5 rejecting connections

2017-08-07 Thread 'livius' liviusliv...@poczta.onet.pl [firebird-support]
Hi, put fbclient.dll / and/or/ gds32.dll into your application folder. Remember that you need 32bit dll’s if your app is 32bit and 64bit dll if you have 64bit app (bitness of the server does not matter) Check if you have not Interbase installed on you computer side (some apps can install it)

RE: [firebird-support] Firebird 2.5 rejecting connections

2017-08-07 Thread 'CR' ch...@vp44.net [firebird-support]
>>>Can you connect locally by using TCP/IP(i.e.: using localhost or the >>> server's own IP)? > > Just my 2c. We have also experienced this on a few PC's. > > A connection string of: > > localhost:c:\MyFolder\MyData.fdb > > gives the connection rejected error. > > Changing to: > >

RE: [firebird-support] Firebird 2.5 rejecting connections

2017-08-07 Thread Maya Opperman m...@omniaccounts.co.za [firebird-support]
>>Can you connect locally by using TCP/IP(i.e.: using localhost or the >>server's own IP)? Just my 2c. We have also experienced this on a few PC's. A connection string of: localhost:c:\MyFolder\MyData.fdb gives the connection rejected error. Changing to: c:\MyFolder\MyData.fdb resolves