I have a large record collection, you know - those 12" vinyl things before CDs
Several years ago, I started to try to get it set-up on Lotus Approach, but just never got around to taking the time to learn it properly... Anyway, my record collection is now just a large Excel spreadsheet - with artist name, album title, record label, number, condition, where bought, date bought, cost, etc, etc.
It serves my purposes, but I always wanted to setup a nice input/update screen that would access my albums and I could browse thru my albums, and add/update, print reports, etc. I also have MS Access, but I have been resistant to learning it.... actually, I just don't want to learn it at all.
A long time ago I wrote a simple COBOL program that would read a Lotus spreadsheet printed file (printfile.prn) and would print nice statements automatically. But thats old stuff, I want to learn the new ways of doing things.
I'm getting ready to jump into learning Java, as discussed in the other post - Java book recommendations. So I was wondering if something could be set up with Java. I don't care about speed, or that stuff. I just want to try something that would teach me things. I was wondering if I could design screens in Java that would let me access my album file. Also, would the data file be the same Excel file that already exists, or would it have to be a newly created file...?
At first I was gonna use VB6 to setup this system, but I decided to blowoff learning VB any further. I just completed an Intro course at my college in VB6 - an easy A+.
I have recently started my Intro to Databases course, and my textbook came with Oracle 9i. I wonder if this system could be setup with Oracle, but I know nothing about oracle yet - we won't get into any oracle until later in the course.
I told you this post would be rambling... Well, to sum it all up, I just want to computerize my album collection, and be able to scroll thru my collection with computer screens, and get various reports, and all that good stuff.