on ‎2020 Mar 19 5:33 AM
Hi,
We have a scenario, where we possibly have unicode characters when sending data to MS Sql server via JDBC. We handle this requirement by implementing what is suggested in note 831162 (Question No 27). So we apply the N'Some Value' method.
The problem now is, some time it is possible to have ' inside the value. Such as "Some's Value". In this case, error will occur saying "Incorrect Syntax near s". How to overcome this issue?
Thank you.
Request clarification before answering.
Hi!
You could use additional single quote sign for that, like:
N'Some''s value'.
Regards, Evgeniy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.