hi pals!!! i have an encryption/decryption method sometimes the encrypted string has a single quote like this
Code:
E'å³
now my problem is everytime I execute query to insert that string into my database it always gives me an error message saying
Incorrect syntax near 'åÂ'.
Unclosed quotation mark after the character string ')'.
is there any posible solution for this? thanks in advance!!!