Hi Deva;
If you are truely using an Identity (autoincrement) column in SS, then the new value will be in the DWO after the insert as the DWIO is preprogrammed to automatically retrieve the new value after the insert operation completes. If it does not, then the problem is your DB Schema design. You should check this with your DBA team as the DWO has been doing this since PB 2-3 against Sybase SS & now MS SS
Manually though, you can ask your DWO to refresh it's buffer after an Update() by using the ReSelectRow() command. HTH
Regards ... Chris