Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

First-time connection to HSQLDB

843859May 19 2006 — edited May 22 2006
I'm attempting a connection to HSQLDB, but have some questions about making the connection without an existing database.

In the connection URL, the last part is supposed to be a URL to a database, but nothing currently exists. Additionally, the username and password both do not exist yet because the database doesn't.

Must a database be created in advance of connecting to it? (I would guess no because then how would in-memory databases work?) If not, what should I enter in the username, password, and connection URL to make this work?

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 19 2006
Added on May 19 2006
3 comments
228 views