Hi,
When I use special character in the WHERE clause it never works.....for exmaple :
SELECT * FROM something
WHERE something_col = 'm鉫'
It never finds anything because of the " ?". And also, when I get a result in a different query, if one of the colums has a character like that, it writes funny character on the page.
For example, when I get an " ?" from the query it writes an "?quot;.....
Can anyone help me ???
Thanks in advance.
When I use special character in the WHERE clause it never works.....for exmaple :
SELECT * FROM something
WHERE something_col = 'm鉫'
It never finds anything because of the " ?". And also, when I get a result in a different query, if one of the colums has a character like that, it writes funny character on the page.
For example, when I get an " ?" from the query it writes an "?quot;.....
Can anyone help me ???
Thanks in advance.