Re: [SQL] export CSV file through Java JDBC

2008-04-15 Thread Steve Midgley
At 07:20 AM 4/15/2008, you wrote: Date: Mon, 14 Apr 2008 09:41:41 -0400 From: Emi Lu <[EMAIL PROTECTED]> To: pgsql-sql@postgresql.org Subject: export CSV file through Java JDBC Message-ID: <[EMAIL PROTECTED]> Good morning, Running the following command from command line is ok, but cannot expor

[SQL] export CSV file through Java JDBC

2008-04-14 Thread Emi Lu
Good morning, Running the following command from command line is ok, but cannot export a table into a csv file through java JDBC code. Please help! JAVA code: === public static void exec(String command) { try{ Process p = Runtime.getRuntime().exec(comma