Hi,
Also, forgot to mention,
In update properties, there is a dropdown to select the identity column.Please select your identity column from there.
In the above post i have asked not to select the identity column in the updateable columns section. Try selecting it and see if its giving any noteable issues.
Cheers,
Rosh
Main Topics
Browse All Topics





by: diasroshanPosted on 2009-05-06 at 05:17:58ID: 24313683
Hi,
quence = 0 equence = 0")
You can include the identity column in the SQL of your datawindow.
In the update properties, dont select the identity column in the updateable columns section.
So now u can display the column aswell.
DW_1.GetSQLPreview ( )
This will give u the sql sent to the database.
Also, have a look in PB Help at SQLPreview Event of DW.
At runtime to change the taborder,
dw_1.Object.emp_name.TabSe
or,
dw_1.Modify("emp_name.TabS
Cheers,
Rosh