How can i read database file which is with .dat Extension?
How can i read database file which is with .dat Extension?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Malvik BhavsarPosted Feb 18, 2015, 10:19 AM
VulpesPosted Feb 18, 2015, 10:12 AM
Even then you might have a struggle reading it unless you know (from documentation or otherwise) exactly what each field represents.
Malvik BhavsarPosted Feb 17, 2015, 11:10 PM
VulpesPosted Feb 17, 2015, 10:35 AM
Why do you need to read the file outside the PMS in any case?
Malvik BhavsarPosted Feb 17, 2015, 10:26 AM
Saumitr SharmaPosted Feb 17, 2015, 6:20 AM
Malvik BhavsarPosted Feb 17, 2015, 2:04 AM
It's not working. and i don't know what the databse it is.
Malvik BhavsarPosted Feb 13, 2015, 10:08 AM
Thank you Pradeep
Pradeep ShetPosted Feb 13, 2015, 4:22 AM
Malvik BhavsarPosted Feb 12, 2015, 9:51 AM
Pradeep ShetPosted Feb 12, 2015, 9:46 AM
Malvik BhavsarPosted Feb 12, 2015, 9:42 AM
Any idea about this?
VulpesPosted Feb 12, 2015, 8:34 AM
Off hand I can't think of any database product which uses a standard extension of .dat and it might just be a simple text or CSV file.
I'd try opening the file in notepad. If it's readable text, then you should be able to load it with a line such as:
string[] lines = System.IO.File.ReadAllLines("somefile.dat");
However, if it's just gibberish then it will be a binary file written in a proprietary format and you'll need to try and find out which database product created it to have any hope of reading it.
Pradeep ShetPosted Feb 12, 2015, 8:17 AM
Do you mean you want to restore the database? Then while restoring select all files from dropdown instead of bak file.