I have a bunch of records in a database that have titles like Ãâ·ÑÔùËÍÐÅÏ¢·¢ËÍÈí¼þ and ¼«ËÙȺ·¢¹¤¾ßÃâ·ÑÏÂÔØ rather than Title1, Title2, etc.
Is there a way to now allow not traditional character sets to be inserted in the db either via SQL statement or ASP... and quickly, is there a way to remove all non-traditional character titles from a DB?
something like:
delete from table where title <> alphanum(title)
Am I dreaming here? it is kinda late...
Is there a way to now allow not traditional character sets to be inserted in the db either via SQL statement or ASP... and quickly, is there a way to remove all non-traditional character titles from a DB?
something like:
delete from table where title <> alphanum(title)
Am I dreaming here? it is kinda late...