
Storing single quote in a MSSQL database using JDBC
Quote:
>Hi,
>How do I store the character ' (single quote) in a SQL DB using JDBC ?
Don't know about JDBC, but you normally have to double it within
single quotes, i.e. ''''.
HTH
Paul.
-------------------------------------------
Expressed opinions are usually my own.
Especially if they're any good (of course).
-------------------------------------------