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.

Johnf
_______________________________________________
Post Messages to: [email protected]
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/[email protected]

Reply via email to