Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing Access tables from Microsoft COBOL 5.0 2

Status
Not open for further replies.

SteveMillman

Programmer
Jun 3, 2001
36
US
Does anyone know how I can possibly read our Access database's tables in COBOL? I would like to be able to process them as I would COBOL to assist us in a migration we are making to a new platform.

If I could output files that could be read and imported into SQL Server, all the better.

There needs to be a lot of massaging of the data before it makes it into the final format.. so I thought COBOL might hold the power to easily manipulate the data in question.

Any serious clues?

Thank you,

Steve Millman
 
Hi Steve,

If you export Access into DBF for example, I can help you with a DBF reading routine for CA-REALIA and MF.

I also have a generator for working-storage definitions out of DBF.

Other readable files are CSV formats.

Regards,

Crox

 
Crox,

That would be great. I could export the tables to dbf format easily and would be interested in trying out those routines against the dbf formats.

I'd appreciate if you could email them to me.. my email is Steve@miscs.biz

Thanks a lot,

Steve
 
Steve,

alternatively you could try accessing the database through the COBOL with an ODBC connection/driver.

Greg
 
Greg,

I will have to investigate that. Seems there is a lot for this old mainframer to pickup to play with these two platforms simultaneously.

Thanks,

Steve
 
Hi Steve,

How are things going?

Regards,

Crox
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top