Problem with escaping of strings

2009-11-27 Thread Sven Skrabal
Hi all, I'm trying to import data exported via PhpMyAdmin from MySQL. Now my SQL Statements contain special characters like \r\n. Apache Derby seems to filter them out. If I import that data I just get this characters interpreted as normal text. So what I get is a string containing all data

AW: AW: AW: OOM with millions of weakly-referenced Derby objects

2009-11-27 Thread Malte.Kempff
Hi Dag, The problem in my case is, that I don't have access to any AIX-Computer, and that is really a pity, because I cannot reconstruct the scenario on my own and watch it with my own eyes. That all happened on a production system and the provider denies trying it out again. But attached you

Re: AW: AW: AW: OOM with millions of weakly-referenced Derby objects

2009-11-27 Thread Dag H. Wanvik
Hi Malte, malte.kem...@de.equens.com writes: Hi Dag, The problem in my case is, that I don't have access to any AIX-Computer, and that is really a pity, because I cannot reconstruct the scenario on my own and watch it with my own eyes. That all happened on a production system and the

Re: Problem with escaping of strings

2009-11-27 Thread Sven Skrabal
Ok, seems I have found the problem in the Netbeans IDE. If I execute the SQL in Java code everything works perfect. So I've written a small SQL importer for my data ;) I think that Netbeans escapes every data so its impossible to import that data with the 'SQL Command' tabs. Sven Skrabal schrieb:

Re: AW: AW: AW: OOM with millions of weakly-referenced Derby objects

2009-11-27 Thread Peter Ondruška
I develop on Windows and deploy to AIX 5.3 using Java 6 (_17 on Windows) and SR4 http://www.ibm.com/developerworks/java/jdk/aix/j664/Java6_64.fixinfo.html and never encountered anything unusual. On Fri, Nov 27, 2009 at 4:30 PM, malte.kem...@de.equens.com wrote: Hi Dag, Thanks for your effort.