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

Dynamically Conver ACT! 4.0, 5.0 to 6.0 at Runtime via ACT! 6 API

Status
Not open for further replies.

tchinedu

Programmer
Aug 19, 2005
6
US
This is the issue I'm trying to resolve. I need to open the files dynamically at runtime through code like:

(C# - .NET)

actDB = new ActOle.DATABASEClass();

actDB.Open("C:\files\actfile.dbf");

if the file is an Act! 5 or earlier version, I need to do the conversion dynamically and conitnue all within the code. I will not know what version the files are untill runtime.....how do I achieve this.

1. Detect what version a given dbf file is dynamically at runtime.

2. Convert the dbase dynamically at runtime if needed

I will not have the luxury of Launching ACT, opening the files and converting them, that option is not feasible for my requirements.

Please Help Guys!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top