Hello,

Environment:
VFP9.1
Using Cursor Adapters to access data on SQL Server 2005 using ADO

Challenge:
When adding a new 'parent' record, how can I get the primary key, so
that I can set a foreign key when adding a new 'child'?
Are we restricted to creating the parent, then attempting to save
before adding child data?