Re: calling a DB2 request.

2007-05-02 Thread Dwayne Walker
Original Message- From: Ditrick, Gregory Sent: Monday, April 09, 2007 2:36 PM To: Ant Users List Subject: RE: calling a DB2 request. Dwayne, Change this line: To this: The will put quotes around the arg to treat it as 1 argument instead of individual args. Or Use multiple for each o

RE: calling a DB2 request.

2007-04-09 Thread Ditrick, Gregory
Users List Subject: RE: calling a DB2 request. Dwayne, Change this line: To this: The will put quotes around the arg to treat it as 1 argument instead of individual args. Or Use multiple for each of your arguments. I hope this helps. Later, GregD 6-8309 -Original Message- Fr

RE: calling a DB2 request.

2007-04-09 Thread Ditrick, Gregory
] Sent: Monday, April 09, 2007 1:58 PM To: user@ant.apache.org Subject: calling a DB2 request. Hi I am having a problem passing some sql to the db2cmd via ant. This is very confusing as I am doing this exact thing elseware with no problem (just differant sql, and I have verified the sql is valid

calling a DB2 request.

2007-04-09 Thread Dwayne Walker
Hi I am having a problem passing some sql to the db2cmd via ant. This is very confusing as I am doing this exact thing elseware with no problem (just differant sql, and I have verified the sql is valid) but in this one I am having problems. Any time I run this I get the folowing message from the d