Results 1 to 2 of 2
Thread: database server??
- 07-28-2008, 04:31 PM #1
Member
- Join Date
- Jul 2008
- Posts
- 22
- Rep Power
- 0
- 07-29-2008, 11:42 PM #2
I assume you want to design scemas for tables within a database that is supported by a pre-developed RDMBS package.
If that is a good assumption, then download MySql.
MySQL :: The world's most popular open source database Its open source, free, robust, well supported, etc.
Use JDBC to connect your Java code to the MySql database engine, after you have created your database, created your tables, etc.
If you want to write your own RDBMS package, that is a great thing, it was a standard one semester assignment when I was in grad school. But its fairly hard, it takes a full semister to do.
Similar Threads
-
Web-App server connection - How to hit the particular app server from the web server
By maruthi_s in forum Enterprise JavaBeans (EJB)Replies: 2Last Post: 07-15-2008, 06:11 PM -
H2 Database Engine 1.0.74
By Java Tip in forum Java SoftwareReplies: 0Last Post: 06-24-2008, 03:12 PM -
One server to another server redirection
By chaudhuri_abhi in forum Java ServletReplies: 1Last Post: 02-11-2008, 07:05 PM -
Database in a PDA
By percivalwcy in forum JDBCReplies: 2Last Post: 08-08-2007, 03:10 AM -
without restarting the websphere server i need to connect a newly created database
By satya in forum Enterprise JavaBeans (EJB)Replies: 4Last Post: 06-05-2007, 01:45 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks