Re: A Unicode Dilemma

  •  11-05-2008, 5:42 AM

    Re: A Unicode Dilemma

    Resolved by doing the following
     
    Added Response.CodePage = 65001 to the top of the page.
     
    In the SQL update used N in the update statement.
     
    e.g
     
    UPDATE dbtable Set dbfield = N'THIS IS UNICODETEXTFROMEDITOR'
View Complete Thread