R
Ronny
In my program logic I need to delete datarows from time to time but not to
actually update that data to the database(its only needed for the algorithm
calculations). On the other hand, in the same algorithm, I do need to insert
a real record.
I wonder if simply eliminate the assignment of UpadetCommand would be
enough, or is there any other way to do it?
Regards
actually update that data to the database(its only needed for the algorithm
calculations). On the other hand, in the same algorithm, I do need to insert
a real record.
I wonder if simply eliminate the assignment of UpadetCommand would be
enough, or is there any other way to do it?
Regards