Posts
463
Comments
319
Trackbacks
1
<< When a simple T-SQL update fails.... | Home | Useful ASP.NET Controls >>
Troubleshooting 101

If you are sure your code is doing what it is supposed to be doing, but the results aren't what you expect, check a few things:

1) Spelling.  Really.  Especially if you are matching on a string or something, this can really throw you off.

2) Step through ALL the relevant code.  Not just that one function you think is the problem. 

3) As a corollary to 2), there's a good chance some other code is over-riding or ignoring the new code.

posted on Monday, November 15, 2004 10:35 AM
Comments
No comments posted yet.

Post Comment

Title *
Name *
Email
Url
Comment *  
Please add 4 and 8 and type the answer here: