Sorry for this stupid question...
if rs("Settembre") = "15" then response.write "Ciao" else response.write "Ciao2"
This string is true when in database there is exactly "15" but not when in database there is "159"
I tried % and * symbols but they don't work...
How can i do?
Thanks and sorry for my english!