Click to See Complete Forum and Search --> : Reading uknown DB *.dat and *.idx files


Greendrake
10-05-2006, 05:26 AM
I'm trying to read the tables structure and data of a couple of *.dat and *.idx files. I don't know what DB are they created with - I tried diffrent db managers but noone recognized them. Some file examples are here (http://greendrake.info/db2read.rar) (rar archive 304 kb).
Any help much appreciated.

chazzy
10-05-2006, 06:57 AM
these might be linux/unix database files.

mattyblah
10-06-2006, 07:45 PM
they look like foxpro files.

felgall
10-06-2006, 08:30 PM
Probably either FoxPro or dBase with those extensions although .dat could be anything at all.

mmalam
07-04-2007, 02:17 AM
I'm trying to read the tables structure and data of a couple of *.dat and *.idx files. I don't know what DB are they created with - I tried diffrent db managers but noone recognized them. Some file examples are here (http://greendrake.info/db2read.rar) (rar archive 304 kb).
Any help much appreciated.
Hi,

I am having the same problem what Greendrake had but one thing in my case I know for sure that .dat files are the video files,
but I have bulk of video files for each day in calendar with many .idx files and I wan't to know how to read that idx files so that I can know which file belongs to what day.

Thankx in advance

Cabelodomato
02-20-2008, 11:42 PM
Did anyone find the answer?

I am having the same problem. I got a project to do, but to do that I must to be able to read the database that is in .dat and .idx files.

Cheers!

Danilo Castro de Souza.