
3 Dec
2007
3 Dec
'07
9:04 p.m.
On 03-12-2007 11:14:55 -0800, Paulo Jorge Dias wrote:
Hi,
I am trying to insert data which has Portuguese Characters and I get some errors.
Using the copy command:
sql>copy into d_concelho from '/monetdb5/bo/dados/d_concelho.txt' delimiters '|'; !SQLException:sql:value ALTER DO CH├O|12|20071202 from line 23 not inserted !SQLException:importTable:failed to import table
Using a java program with jdbc:
D:\MonetDB5>java Concelho java.sql.SQLException: unexpected end of input
Is there any way to get this running?
Very interesting. This is an encoding problem as seen before on this list. However this time also mclient is involved. Is it possible for you to send me a snippet of the data you are loading that makes this fail? Or attach it to a bug?