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

Convert DbaseIV code to MS Access VBA code?

Status
Not open for further replies.

mikeburg

Technical User
Jun 19, 2003
23
US
I need to find a way to convert Dbase IV code to MicroSoft Access VBA code.

Thanks,

mikeburg@gower.net
 
I take it you mean in a automated way.
Access is event driven Dbase is procedure driven I don't know any tools personally that would do the conversion.
 
Not any 'shrink wrappe' packages, nut an approach which could get the 80% (from ye olde8020 rule) would be to build a search and replace parse engine. Db "language" has itrs roots in "BASIC", so some parts (keywords) will transpose w/o change, while others (esp reports) will require a complete re-do. Also, comnsider that db is a flat file type of db, where there is no concept of relational functionality or SQL, so a HUGE part of db code is just not relevant and -while it CAN be converted- is quite a waste, as much of the code in the flat file model is to "do" the relationships 'mechanically'.




MichaelRed
m.red@att.net

Searching for employment in all the wrong places
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top