Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Single Quotes and Single Double Quotes

    To solve this problem, just replace the single quote with double singel quote thats it.

    (ie) Replace(varName, "'", "''")

    It is better to use this way for all types of string data...

Viewing post 1 (of 1 total)