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.
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.
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.