kensington43
Technical User
I have Access 2000 as a Back end to my Cold Fusion Front end web application. Whenever users copy and paste Microsoft Word data that has quotes and ticks into the Cold Fusion web page, the ticks and quotes show up as squares in my database as if it doesnt translate correctly.
I know that:
The ascii value for a ' is 39
The ascii value for a " is 34
Now how do I translate this each time a record is inserted or updated in the databas and the user enters a quote or tick?
I know that:
The ascii value for a ' is 39
The ascii value for a " is 34
Now how do I translate this each time a record is inserted or updated in the databas and the user enters a quote or tick?