Linking help

S

Squid

I am trying to connect to data from an Microfocus Cobol
application. I have the DAT file (data) and IDX File
(index). How do I link this information into Access?

I've never worked with this kind of data before, so any
help/guidence would be greatly appreciated.

TIA
Mike
 
J

John Nurick

Hi Mike

I've never done this either, but AFAIK the choices are

-find an ODBC driver for Microfocus data files

-write code to parse the DAT file.
 
Top