30 Jul
2007
30 Jul
'07
12:38 p.m.
On 30-07-2007 05:35:36 -0700, Bharani wrote:
Hi,
I am trying to insert ansi characters and it doesn't seem to be working in monetdb/sql
insert into reason values(100,'SAVE 25ยข ON ICE CREAM');
reason is a table with Id integer message string
The client thinks the query is not complete and prompts '>more'. What should i configure to get this working
What happens if you try the same with JdbcClient? It might be a locale problem.