Group: Forum Members
Posts: 41,
Visits: 259
|
I'm having trouble getting FK management working in an Oracle environment.
I notice that pre/post primary key value pairs are stored in the _PrimaryKeyPostPreSaveValues dictionary as decimals (which Oracle uses for all numeric values.) However, during the _DataLayer_AfterSave event, the procedure GetPostSavePrimaryKeyValue uses a Long value to look for the old PK value. Therefore, the old primary key value is not found, returning a null value.
Am I missing something?
Thanks!
|