- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Use parameterized query to avoid this issue.
insert into mytable (id, desc) values (?, ?);
The two parameters (? marks) can be replaced with actual values using XPATH Expression.
If you do this, you query will execute without throwing any error.
Nith
Views
Replies
0 Likes
Total Likes