Re: AW: sql task output suppressing a column

2010-12-01 Thread Laurence Mills-Gahl
The problem seems to have been somewhere in the difference between sun java libraries and gnu. The process worked as expected on Mac OS X but not on SuSE Linux (until I switched to the Sun JVM and libraries). I don't know more than that at this point, but the expected behavior is back. It does seem

Re: AW: sql task output suppressing a column

2010-12-01 Thread Laurence Mills-Gahl
Good idea, but it's not a driver issue. A small jdbc app executing the same query with the same version of the driver gives me a result set as expected. On 12/1/10 3:03 PM, Rainer Noack wrote: > Hmm, sounds like a driver problem (jdbc vs. Native) , not an ant issue. > > -Ursprüngliche Nachri

AW: sql task output suppressing a column

2010-12-01 Thread Rainer Noack
Hmm, sounds like a driver problem (jdbc vs. Native) , not an ant issue. -Ursprüngliche Nachricht- Von: Laurence Mills-Gahl [mailto:elem...@gmail.com] Gesendet: Mittwoch, 1. Dezember 2010 17:45 An: user@ant.apache.org Betreff: sql task output suppressing a column I am having difficulty wi