I have a database that has already corrupted unicode strings, now on my ASP page, they are shown as "?" marks. Is there a way either to stop them from being returned down at the stored procedure level? or is the best way to stop them from showing up on the asp page is to somehow detect the corrupted unicode strings and stop them from being shown.
Thanks