Share via

Converting FoxPro tables and .prg to MS Access

Anonymous
2015-04-14T20:30:50+00:00

I have a large database in Foxpro 9.0 with several tables and programs (.prg).  I need to convert these to MS Access.  Can this easily be done so I don't need to recreate them from scratch?

Thanks,

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
  1. ScottGem 68,810 Reputation points Volunteer Moderator
    2015-04-14T20:57:14+00:00

    Foxpro uses ,dbf tables and Access 2010 and read and import those files (2013 can't). But the prg files will have to be rewritten. Xbase is not too dissimilar to VBA and prg files are just text files that can be opened in Notepad. So you could work side by side to convert the code.

    1 person found this answer helpful.
    0 comments No comments
Answer accepted by question author
  1. Anonymous
    2015-04-14T22:30:29+00:00

    Easily? Not really, unfortunately. As Scott says you can import the data in the .dbf files into Access tables, but the whole philosophy and structure of an Access database is quite different from FoxPro; it relies much less on code and much more on Queries and event-driven Form actions. The times I've had to do it required basically using the FoxPro application as a specifications example to build the database almost from scratch.

    Doable, yes. Fun, not so much... good luck!

    0 comments No comments

0 additional answers

Sort by: Most helpful