I am having a huge problem retrieving russian text from a mysql database.
The text is viewed correctly within the database but when I use asp/vbscript
to retrieve the text, every russian character is returned as a "?"
I have tried Session.CodePage = 65001 and Response.CharSet = "UTF-8" but
still get the same problem. Could anyone please shed any light, this has
become a huge problem for me.
Many thanks
Dave