I am new to database handling. I am creating a karaoke player in Java, where I need to have a database. I don't have to get material (sound and text file) directly from hard disk, but I want a database (SQL Server, Oracle, etc) to store them, so that I can have an object, which can refer/point to them. Is it possible??I am new to database handling. I am creating a