In implementing concurrencies i have seen the use of :
|
It says that it will assign the Orignal TimeStamp value of the "updatedTime" Column in the dataset to "@PLastUpdatedTime". But it doesnt show the assignment of the value in that column and when i test it for value in that parm parameter, it says NULL. SO what happense here......?
. i'm suppose to pass the value in the "@PLastUpdatedTime" as a search value to find the row and later compares the value in @PLastUpdatedTime with the value in the actual DB table to figure concurrency violoation. How do i fix my problem?
TY
Roei BarPosted Oct 17, 2009, 5:20 AM
you can read more abour this in here
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlparameter.sourceversion%28VS.71%29.aspx
Kirtan PatelPosted Oct 17, 2009, 3:35 AM
see below example :)
see more info here about it
Click Here
dont forget to mark "do you like this answer if my answer helped you :)