Possible database type using dat, idx files

I have an application written in delphi, it is quite recent, it works on win32 I want to connect to the database using odbc, but I'm not sure which database driver to use

a directory with a database of .dat .idx files for each table

it is a standalone database, not a client server (as far as I can tell) any ideas what type of database it might be, so I can find a driver

thanks

+3
source share
4 answers

I think DBISAM , but because an application written in Delphi is likely to be DBISAM.

(), , DBISAM .

+7

.DAT .IDX , Foxpro/DBase, Advantage, Informix, DBISAM . Delphi, Advantage. , Advantage / Foxpro/DBase, DBase ( ) , .

+2

Sounds like Informix DB. View the message here .

0
source

Source: https://habr.com/ru/post/1708706/


All Articles