| Author |
How to understand the .db file?
|
Zhixiong Pan
Ranch Hand
Joined: Jan 25, 2006
Posts: 239
|
|
Hi ranchers, My assignment is URLyBird. And there is a .db file with it. I ues the texteditor openning that file, and the content maze me a lot.So what is that .db file used for?
|
SCJP 1.4 SCJD
|
 |
Ailsa Cape
Ranch Hand
Joined: Aug 10, 2005
Posts: 92
|
|
Hi Zhixiong Pan, I think the *.db file acts as the database in which all records have been stored, thus all your operation including reading,updating and finding records etc. must associate with this file directly or indirectly,depending on whether you use the cache technology. Hope this would be helpful. Regards,Ailsa Cape
|
 |
Mihai Radulescu
Ranch Hand
Joined: Sep 18, 2003
Posts: 912
|
|
Hi Zhixiong Try to look on file using a hexeditor, If you use your specs (Data file fromat section) can easy recongize your elements. Regards, Mihai
|
SCJP, SCJD, SCWCD
|
 |
Zhixiong Pan
Ranch Hand
Joined: Jan 25, 2006
Posts: 239
|
|
|
Thank you all.I got it.
|
 |
 |
|
|
subject: How to understand the .db file?
|
|
|