I am selecting title from a table in an oracle
database.
It is stored in the database as:
Using Explorer's Help System
This is what is returned from
newString = rs("title"
response.write newString:
Using Explorers Help System
I did an ascii check on what was in the database and it is 146. The correct ascii value for comma.
I then did ascii check on the newString and it came back 18
Does anyone know why?
database.
It is stored in the database as:
Using Explorer's Help System
This is what is returned from
newString = rs("title"
response.write newString:
Using Explorers Help System
I did an ascii check on what was in the database and it is 146. The correct ascii value for comma.
I then did ascii check on the newString and it came back 18
Does anyone know why?