kensington43
Technical User
I have had major issues in the last two years with my Access 2000 database back end to my Front end Cold Fusion. Whenever someone copies Microsoft Word document information with quotes or apostrophes into my Web Form it translates to squares in the Access 2000 database. I understand I need to translate or eliminate the Microsoft Quotes or Apostrophes but cant seem to find what Ascii character number to use??
Chr(146) is " but doesnt seem to match Microsoft Words quotes
I also tried for loop and on Chr(128) to Chr(160) and still cant get rid of the Microsoft quotes or apostophes before they enter my database!
Please advise because I want to eliminate these weird characters before they get to my database but what are the correct Ascii numbers???
Chr(146) is " but doesnt seem to match Microsoft Words quotes
I also tried for loop and on Chr(128) to Chr(160) and still cant get rid of the Microsoft quotes or apostophes before they enter my database!
Please advise because I want to eliminate these weird characters before they get to my database but what are the correct Ascii numbers???