Inserting
Posted: Sat 13 Aug 2011 05:45
Guys, I have a problem with inserts when adding a new entity to parent entity. The behavior can be demonstrated using the EMP/DEPT tables in Oracle's SCOTT demo schema.
Please refer to the thread I have posted on the RIA Services forum: http://forums.silverlight.net/p/236540/ ... 7401574489
As I note in a second post, the code behaves "correctly" when using SQL Server as the underlying database, but when Oracle is used, the ID generated upon inserting the new DEPT record is not being used/available when updating the EMP record.
Any ideas ?
Please refer to the thread I have posted on the RIA Services forum: http://forums.silverlight.net/p/236540/ ... 7401574489
As I note in a second post, the code behaves "correctly" when using SQL Server as the underlying database, but when Oracle is used, the ID generated upon inserting the new DEPT record is not being used/available when updating the EMP record.
Any ideas ?