: : Hi,
: : if we have a single quote in the string then the whole string makes problem when we save that string in the Database.
: :
: :
: : Dim myString as String
: : myString = "Shahzad's Car is in the workshop."
: :
: :
: : Thanks.
: :
: I think you can solve the above problem by using the Replace function.
: Replace(string,"'","''")
: Thanks,
: Jayesh.S
:
Thats a better solution but is there is any way to use single quote, because i want to save conversation between two or more persons and in this conversation single quote is used many times.
Thanks.