J
Jack Brinegar
I am not sure if I will get anywhere with this, but this is my last ditch
effort.
I have a customer that is looking to convert from an old custom made DOS
database program to Access (possible SQL Server). The customer has existing
data in the old database files and would like to retain this data in the new
database (again, Access or SQL Server). The problem is, I can not find any
way to read the data and extract it into any usable type.
While the data files have the MDB extension, they do not appear to be Access
files. I have tried to open the files using all version of Access I have
(from 97 to 2003) and none seem to work.
In looking at some of the code the original DOS developer used to 'archive'
some of the data, I see that he used the following to create the files:
OPEN "jbarc99.mdb" FOR ISAM jobrecord "jobs" AS #2
Now of course this looks like normal BASIC code, but I have never heard of
ISAM before and can not find any supporting information that helps me find a
solution to my problem.
Also, when I look at the datafile's BINARY, I do see references to
'MSysRelationships' so I would like to believe that these files are some sort
of relational data files.
If there is anyone out there that might have some ideas or be able to review
the files, I would be extremely greatful.
Thanks in advance,
Jack C. Brinegar
Innovative Software
(e-mail address removed)
effort.
I have a customer that is looking to convert from an old custom made DOS
database program to Access (possible SQL Server). The customer has existing
data in the old database files and would like to retain this data in the new
database (again, Access or SQL Server). The problem is, I can not find any
way to read the data and extract it into any usable type.
While the data files have the MDB extension, they do not appear to be Access
files. I have tried to open the files using all version of Access I have
(from 97 to 2003) and none seem to work.
In looking at some of the code the original DOS developer used to 'archive'
some of the data, I see that he used the following to create the files:
OPEN "jbarc99.mdb" FOR ISAM jobrecord "jobs" AS #2
Now of course this looks like normal BASIC code, but I have never heard of
ISAM before and can not find any supporting information that helps me find a
solution to my problem.
Also, when I look at the datafile's BINARY, I do see references to
'MSysRelationships' so I would like to believe that these files are some sort
of relational data files.
If there is anyone out there that might have some ideas or be able to review
the files, I would be extremely greatful.
Thanks in advance,
Jack C. Brinegar
Innovative Software
(e-mail address removed)