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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADA files to MS Access

Status
Not open for further replies.

CptTom

Programmer
Jul 16, 2001
117
US
Does anyone know how to translate ADA files so that I can access them through MS Access or VB6?

Larry
 
CptTom,

I do not know anything about ADA, except the name. I THINK that the language is more closely related to C or C++ than VB, so if you are thinking of converting the code you might find more answers in those forums. I am absoloutly clueless as to any predefined data structures used by ADA, however almost every language has the capability of writting to and reading from plain text files in any number of arrangements. VBA/Ms. Access routines can be 'easily' written to accomodate any regular format of text files, and there are some reasonably adaptable generic routines posted here and in the VB forums which can read large collections of CSV files efficiently. MichaelRed
m.red@att.net

There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top