Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

possible type of database that uses dat, idx files

i have an application that was written in delphi it is fairly recent, running on win32 i want to hook into the database with odbc but i am unsure which database driver to use

the directory with the database has .dat .idx files for each table

it is a standalone database not client server (as far as i can tell) any ideas what type of database this may be so i can find a driver

thanks

like image 907
bumperbox Avatar asked Dec 29 '22 23:12

bumperbox


1 Answers

I think it's DBISAM, and because the application written in Delphi it more likely to be DBISAM.

and you can download Server Administration Utility from their site (free), so you can open these dat files and check if it DBISAM or not.

like image 152
Mohammed Nasman Avatar answered Jan 05 '23 16:01

Mohammed Nasman