Wrathchild
Technical User
I'm still learning Java and I'd like to create an app to store my music cd information in. Nothing fancy, just a few fields, it's more to learn how to utilize a database with Java. I realize I have some choices as to what I can use for a database (Oracle, mySQL, etc.) and I'll probably use Oracle since I'm currently taking a course on it. Now if this is something I'd like to build and distribute, what are my choices for storing data? Is there something to store data in where the end user doesn't need a db app loaded on their machine? Would a regular text file work? Also, anybody know of a really good source with instructions on how to link a database to Java?
thanks
thanks