StrataFrame Forum

Talking to a Stand Alone FoxPro Table

http://forum.strataframe.net/Topic12002.aspx

By Trent L. Taylor - 10/15/2007

This sample shows how to talk to a stand alone FoxPro table through a business object.  The only trick that is worth mentioning here is that if you have a stand alone table that does not have a primary key and you plan to add new records, then you will want to open the BO Mapper, right-click the BO, and then click properties.  Once in there, override the primary key and specify which field will be the PK.  This will allow records to be inserted into the free-table.