Code: Select all
SELECT id, count(name) as total_names from NMname where name = '
Steve' and id = '0' group by idI've even went so far as to print out the actual variable that is holding the name value (strName).
It prints out, you guessed it, with the spaces and new line chars as well. I am completely lost with wonder here... any kind person that would like to help me would be much appreciated if they have come across this same issue...