IntelliJ Java IDE
The moose likes JDBC and the fly likes Database Daemon Connection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JDBC
Reply Bookmark "Database Daemon Connection" Watch "Database Daemon Connection" New topic
Author

Database Daemon Connection

Gregg Bolinger
Sheriff

Joined: Jul 11, 2001
Posts: 15040

Is there a way to use JDBC to connect to a database server/daemon without actually connecting to a database.
Or how do I create a new database using JDBC if no database exists but the server is running.
I am using MySQL if it matters.
Thanks


My Blog | DZone Articles
Gregg Bolinger
Sheriff

Joined: Jul 11, 2001
Posts: 15040

I guess to put this more simple, Can one use JDBC to create a new Database is there are no databases for the initial connection?
 
 
subject: Database Daemon Connection
 
Threads others viewed
Microsoft JDBC Driver Connection Problem
Connect to Oracle via JDBC using JSP..
Can I store objects
Web application security
Connecting to multiple databases using different jdbc drivers
MyEclipse, The Clear Choice