What databse uses these specific type of .dat and .idx files?
Posted
by Cape Cod Gunny
on Stack Overflow
See other posts from Stack Overflow
or by Cape Cod Gunny
Published on 2010-06-10T14:19:46Z
Indexed on
2010/06/10
14:22 UTC
Read the original article
Hit count: 289
I'm trying to figure out what type of database uses these specific .dat and .idx files. When I view the .dat files using a binary file reader I see Record Schema followed by somewhat decipherable data names. A little further down I see Key Schema whch apears to be a comma separated list of clear text references.
Each .dat file has a matching .idx file. Each .dat file contains the phrase "Record Schema" and "Key Schema" as described above.
How would I convert these files so I can use them in an SQL database?
© Stack Overflow or respective owner