开发者

Is this Informix SE?

开发者 https://www.devze.com 2022-12-30 20:52 出处:网络
I have a group of files that have extensions of .dat & .idx.They seem to be named in pairs.These files were under a 开发者_开发百科folder named deeds.dbs.How do I access this data?Sorry for the ge

I have a group of files that have extensions of .dat & .idx. They seem to be named in pairs. These files were under a 开发者_开发百科folder named deeds.dbs. How do I access this data? Sorry for the general question, but I know nothing about Informix at all.


Yes; the names you give (directory 'deeds.dbs' and contents in pairs of files, xyz.dat and xyz.idx) are very characteristic of Informix SE. The database would be called 'deeds'. You can find the manuals for SE at the IBM web site.

There was an earlier - much earlier, as in last updated in 1986 - product called Informix 3.30 (with no qualified name like Informix SE or Informix OnLine). Informix would have used a file 'deeds.dbd' to contain the database dictionary for the 'deeds' database (hence the suffix) and would have used the C-ISAM files (such as file.dat, file.idx) in the same directory (usually) as the '.dbd' file.

0

精彩评论

暂无评论...
验证码 换一张
取 消