On 3/1/10 6:29 PM, John wrote:
> On Monday 01 March 2010 01:11:47 pm Ed Leafe wrote:
>> For new records, you'll have to cook up something like running an auxiliary
>> query to get the key. IOW, after an insert, open the view again in a temp
>> cursor, and then locate the record that matches your newly-added record.
>> Get the PK from that, close the temp cursor, and then update your local
>> cursor with the PK for the new record.
>
> Well we tried all day.  But, never got there using the just the standard
> framework.  There were so many gotchas that we ended up handling the save()
> ourselfs.
>
> I don't feel very bad because I really believe it's crazy not to have PK'S
> even for views.

Why can't you just bring the PK's into the views?

Paul

_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/4b8c8858.1060...@ulmcnett.com

Reply via email to