Subject | Re: Problems connecting to Firebird Using JDBC |
---|---|
Author | rrokytskyy |
Post date | 2002-03-29T21:44:57Z |
Please, be sure that you run the InterServer. InterClient is type 3
JDBC driver, which requires a special server running. Read the
InterClient documentation about this issue.
Hope this helps.
Roman Rokytskyy
--- In Firebird-Java@y..., "o_escorpiao2001" <o_escorpiao2001@y...>
wrote:
JDBC driver, which requires a special server running. Read the
InterClient documentation about this issue.
Hope this helps.
Roman Rokytskyy
--- In Firebird-Java@y..., "o_escorpiao2001" <o_escorpiao2001@y...>
wrote:
> Hye,
> I have a problem using JDBC to connect Firebird.
> I get the following error:
>
> Exception creating the database connection:
> interbase.interclient.CommunicationException: [interclient]
> Communication error: A socket exception occurred while trying to
> establish a socket connection to server localhost.
> The message of the SocketException is "Connection refused: connect".
> See API reference for exception
> interbase.interclient.CommunicationException
>
> My system:
> - WinXP
> - interclient.jar (version 2.01)
> - JDK 1.3.0_02
> - Firebird 1.0
>
> Notes:
> The server is running and I can administrate using IBAccess, but
> when I use JDBC I can't.
> I've already updated the services file in Windows directory.