Copy data from 1 table to another [Resolved]

Posted by Riyazhaider under VB.NET on 7/17/2013 | Points: 10 | Views : 1700 | Status : [Member] | Replies : 1
I m using stored procedure to trap the edited and deleted record history which store information when a record is deleted or edited but in some cases
some fields get blank, when i debug it work properly. what may be the cause of such behavior????




Responses

Posted by: Adsingh_Naz on: 8/7/2013 [Member] Starter | Points: 50

Up
0
Down

Resolved
Right click on your solution and select "Clean" to clean the solution. Now try. You will definitely get the value.

Also please check for any conditional statement for the values passed. some times the condition may fail and you may get the empty value.

Riyazhaider, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response