Subject Connection hang on connecting to the database.
Author Chuck.Li@lawson.com
I just installed a firebird database and I was able to create database
using IBConsole and create tables.

When I tried to connect to the database using interbase.interclient.Driver,
the connection hang on java.sql.DriverManager.getConnection(dbURL, user,
password).

dbURL is: jdbc:interbase://<machinename or localhost>:3050/C:\jdb\TEST.GDB.
I am using Windows 2000 and the database and the java program are actually
on the same machine.

I wonder what could be wrong with my installation and/or database setup.

Thanks


Chuck