i want to open a database db.db file . i came to know throgh this forum that i have to write a program using the Data class, reading in the db and print them out to console or some text file. so can you explain cleary that what is Data class . is it from sun api . if so where is it . or we have to implement our own logic .if so can you give idea how to to write it . please help me thanks in advance bye sreekanth
Akanimo Udoh
Ranch Hand
Joined: Jun 11, 2001
Posts: 48
posted
0
sreekanth, Have you registered for the SCDJ exam and DOWNLOADED your assignment from SUN? If you have downloaded a '.jar' file from the SUN site (www.galton.com/~sun) which will include some java file (which should include the Data class you're talking about) and an INSTRUCTIONS document telling you exactly what to do and how to do it. If you have done/got the above then they should be enough to start working on the project. The code you get SHOULD be capable of reading the db.db file for you. You won't have to rewrite from scratch. you'll only be asked to make some enhancements and implement some other things. Please try and get the download and read the instructions very carefully. Akanimo.