November 2, 2012 at 6:48 am
Hi All,
i have a scenario here which was working without any issues till now. but since yesterday i am facing a problem.
in our application, if i browse a course the status, time, and other related data for course browsing is getting tracked. Till yesterday if i browse the course all the data was getting tracked, now time and other data is getting tracked in a table called progressdata, but status column is not getting inserted.
After running the profiler for this scenario, i received the SP and its parameters, i executed in the query window manually, i was able to see the data getting tracked but the same through application it was not getting tracked.
please let me know how to trouble shoot or what might be the problem
with regards
Dakshina Murthy
November 2, 2012 at 9:45 am
It's not clear what you mean by a few things. I don't know how "browsing" updates something. Browsing implies looking (SELECT), not changing. If your application changes something, then that's different.
Tracking almost implies auditing or noting what happened, not making a change. If you mean that an update/insert/delete is supposed to change data, then please make that clear. If you mean that there is some mechanism, like a trigger, that will track changes, then please say that.
November 2, 2012 at 6:11 pm
dakshinamurthy-655138 (11/2/2012)
Hi All,i have a scenario here which was working without any issues till now. but since yesterday i am facing a problem.
in our application, if i browse a course the status, time, and other related data for course browsing is getting tracked. Till yesterday if i browse the course all the data was getting tracked, now time and other data is getting tracked in a table called progressdata, but status column is not getting inserted.
After running the profiler for this scenario, i received the SP and its parameters, i executed in the query window manually, i was able to see the data getting tracked but the same through application it was not getting tracked.
please let me know how to trouble shoot or what might be the problem
with regards
Dakshina Murthy
What is "tracking" the data? A trigger?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply