


Otherwise cut and paste the following function into your Database's Stored Procedure file. Again, if you don't use Integer Pks (Strings or GUIDs) you can skip this step. This method is used to generate new integer primary keys for the business objects.

This requirement is necessary only if you want to automatically generate Integer PKs (otherwise you have to override the CreateNewId() methods of your business objects).

Make sure you use a Database (DBC) fileīecause some of the features will require a stored procedure you will need to make sure that you use Database Container for your data storage.Download the Visual FoxPro 8.0 OleDb Provider.In order to use wwBusiness with VFP 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. Visual FoxPro is supported via OleDb connections to DBC based databases.
