Visual FoxPro Databases

Visual FoxPro is supported via OleDb connections to DBC based databases. Free tables are not by default supported although if you don't have IDs generated through the default behavior and don't use Transactions you can use free tables.

In order to use wwBusiness with VFP databases:

Once you've performed these simple tasks your VFP database should work as any other provider.

Important Note:
Visual FoxPro tables require maintenance in order to clean up Memo bloat and bloat caused by deleted records. Usually this means occasionally PACKING and recreation of the index files. This functionality is not possible through OleDb and you will need to perform these tasks externally either through the Visual FoxPro IDE or another application that can gain exclusive access to the data.



 Last Updated: 7/14/2004 | Send topic feedback