Subject Re: Re: Unable to complete network request ...
Author Anand
****** original message *******

Can you supply more information?

- What IB/FB version are you using?
- How does your connect string look like?
- Is the IB/FB server running?
- Is there a firewall?


HTH,
Thomas Steinmaurer
LogManager Serie - Logging/Auditing Suites supporting
InterBase, Firebird, Advantage Database and MS SQL
Server
Upscene Productions
http://www.upscene.com

****** original message *******


Thanks for the reply, Thomas :)

From Borland's website I obtained some information about the
error. It says
the Interbase client library is not threadsafe, and so this
error may
sometimes occur with a multi-threaded application. I would like
to know if
this error has been fixed in the Firebird 1.5 client library
(which I
suppose is fbclient.dll).


1. The Firebird version we are using is 1.5. I obtained this
from the
FirebirdSQL key in the registry.

2. The connection info is as follows:

[code]
with MyConnection do
begin
LoginPrompt := FALSE;
ConnectionName := 'IBConnection';
DriverName := 'Interbase';
GetDriverFunc := 'getSQLDriverINTERBASE';
LibraryName := 'dbexpint.dll';
VendorLib := 'GDS32.DLL';
Params.Values['DriverName'] := 'Interbase';
Params.Values['SQLDialect'] := '3';
Params.Values['USER_NAME'] := 'sysdba';
Params.Values['PASSWORD'] := 'masterkey';
Params.Values['DATABASE'] := DatabaseName;
AfterDisconnect := MainSQLAfterDisconnect;
Connected := True;
IsConnected := True;
end
[/code]

I realize we need to probably use the fbclient.dll instead of
gds32.dll.
Could that be causing problems? Specially if the fbclient.dll
has been made
thread-safe...


3. The FB Server is running. At least in the services control
panel it
shows the service Running.

4. There is no firewall. The application and the FB Server are
running on
the
same physical machine.

5. There is no Guardian Service too. Only the Firebird Server.


In this case, if the Firebird Server is restarted, would the
problem be
fixed?


Anand
Mumbai
India



__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you�re looking for faster
http://search.yahoo.com