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
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
]
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
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