| Author |
URGENT help needed, URLyBird
|
M Jay
Ranch Hand
Joined: Sep 21, 2004
Posts: 66
|
|
guys, I think my assignment files are missing something! I got the instructions, and a binary .db file, and that's it. How do I read in the binary file? people are talking about something called a Data class that should be included with the Assignment that I don't have!!! or how do I read in the data from my .db file when it's in binary format! Thanks!
|
SCJP J2SE 1.4<br />SCBCD J2EE 1.3
|
 |
Mike Vess
Ranch Hand
Joined: Aug 25, 2004
Posts: 41
|
|
I got the instructions, and a binary .db file, and that's it
That is all you need. In the instructions you have a DBMain interface that your Data class should implement. The Data class is something you have to implement all by yourself.
|
What you thought was right today may need a refactoring tomorrow...
|
 |
M Jay
Ranch Hand
Joined: Sep 21, 2004
Posts: 66
|
|
|
So in my implementation, I have to write some code that reads in binary and converts it to ASCII, and writes my ASCII to the db after converting it to Binary?? :-S is that what ure saying?
|
 |
Mike Vess
Ranch Hand
Joined: Aug 25, 2004
Posts: 41
|
|
|
Exactly! You should imlement a Data class that implements the DBMain interface and then you should implement a client/server solution to access the Database both in standalone mode and network mode. Good luck!
|
 |
 |
|
|
subject: URGENT help needed, URLyBird
|
|
|