03.09.2015, 16:41
You should be checking if there are rows. I'm not sure about this, but perhaps an older cache is being loaded if it isn't replaced with a new one (due to there being no rows in the resultset).
I also want to highlight two petpeeves of mine: the first is using the name as the key. This is fine the first time around but for every other query you should use the primary key. The second is using "sz". Systems Hungarian is a dumb and redundant system. You don't have to be a genius to figure out that a name is a string.
I also want to highlight two petpeeves of mine: the first is using the name as the key. This is fine the first time around but for every other query you should use the primary key. The second is using "sz". Systems Hungarian is a dumb and redundant system. You don't have to be a genius to figure out that a name is a string.