Forum Discussion
SmartBear_Suppo
Alumni
17 years agoIt looks like you need to enclose the value in quotes in the second statement. Try something like:
insert into test(naam) values (${'DataSource#surname'})
insert into test(naam) values (${'DataSource#surname'})