Hello Ravi,
Have you registered your database as an ODBC database.
If you did that try using the database name instead of the url.
example : connection = DriverManager.getConnection( "jdbc
dbc
atabaseName", "", "" );
[ March 12, 2005: Message edited by: Joe Myn ]