I'm having something weird happen and I'm hoping someone can explain it. I have a sql2000 machine that I'm using for a grade card. When I dump all the skills I put in a placeholder of ... When teachers "add" grades they are actually running an update query.
I have one teacher who has some students that have invalid grades. (ie: the writing grades move over to his reading grades). I went through to make sure there were no nulls in the grade category (the update is an array hence the placeholders).
Then I did some queries and I said <>"..."
Well sure enough the same students showed up in that list- even though they had ... in their grade field!
I changed the grade to something else then returned it to ... When I again ran the <>... query these same kids showed up with ... in the same field.
It is only happening to this one teacher out of 80 teachers.
Any ideas? I'm utterly confused, frustrated and amazed!!
Thanks in advance.
J
I have one teacher who has some students that have invalid grades. (ie: the writing grades move over to his reading grades). I went through to make sure there were no nulls in the grade category (the update is an array hence the placeholders).
Then I did some queries and I said <>"..."
Well sure enough the same students showed up in that list- even though they had ... in their grade field!
I changed the grade to something else then returned it to ... When I again ran the <>... query these same kids showed up with ... in the same field.
It is only happening to this one teacher out of 80 teachers.
Any ideas? I'm utterly confused, frustrated and amazed!!
Thanks in advance.
J