Hi all, Can any one please suggest me, how to open database file db.db file. I tried with notepad, but it's not showing perfectly. Can we open it at sql prompt, I wanted to see it in exact row/cloumn pattern. Thanks, Srilatha.
Adrian Yan
Ranch Hand
Joined: Oct 02, 2000
Posts: 688
posted
0
Remember, it's a binary file, so you can't open it like a text file. You will have to write a program using the Data class, reading in the db and print them out to console or some text file.
srilatha malip
Greenhorn
Joined: Feb 08, 2001
Posts: 21
posted
0
Thanks a lot Adrian. Ya, it's a binary file. But, I was thiking of writing all the airport codes in the combobox..so, I just wanted to see all the codes. Ok, I'll write a program to see the file. Thanks, Srilatha.