RE: SQL task and the delimiter and 1.6.2.

2005-01-03 Thread Anderson, Rob (Global Trade)
MAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, December 30, 2004 12:39 PM > > > To: Ant Users List > > > Subject: Re: SQL task and the delimiter and 1.6.2. > > > > > > > > > "Anderson, Rob (Global Trade)" <[EMAIL

Re: SQL task and the delimiter and 1.6.2.

2005-01-03 Thread galenboyerdev
locally unidentified bug prompting me to ask this group for help. -- Galen > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Thursday, December 30, 2004 12:39 PM > > To: Ant Users List &g

RE: SQL task and the delimiter and 1.6.2.

2004-12-30 Thread Anderson, Rob (Global Trade)
Send the relevant portion of your build.xml. -Rob A > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 30, 2004 12:39 PM > To: Ant Users List > Subject: Re: SQL task and the delimiter and 1.6.2. > > > &quo

Re: SQL task and the delimiter and 1.6.2.

2004-12-30 Thread galenboyerdev
gt; > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Thursday, December 30, 2004 11:57 AM > > To: Ant Users List > > Subject: Re: SQL task and the delimiter and 1.6.2. > > > > > > Okay, > > > > I'm havi

RE: SQL task and the delimiter and 1.6.2.

2004-12-30 Thread Anderson, Rob (Global Trade)
In this case your delimiter is "go". -Rob Anderson > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 30, 2004 11:57 AM > To: Ant Users List > Subject: Re: SQL task and the delimiter and 1.6.2. > > > O

Re: SQL task and the delimiter and 1.6.2.

2004-12-30 Thread galenboyerdev
Okay, I'm having the same type of issue with SQLServer. I've mucked around with different combinations of delimiters but two statements in the same file being executed against SQLServer seem to fail. create view dbo.t1_v1 as select * from t1 go create view dbo.t1_v2 as select * from

Re: SQL task and the delimiter and 1.6.2.

2004-12-30 Thread galenboyerdev
"Velagapudi, Murali" <[EMAIL PROTECTED]> writes: > try with delimiter="/" and replace ; with / > it works fine for me on oracle. Arghh!!! No sooner did I send the message than I found it out. But no matter. I truly appreciate the reply. -- Galen Boyer -

RE: SQL task and the delimiter and 1.6.2.

2004-12-30 Thread Velagapudi, Murali
try with delimiter="/" and replace ; with / it works fine for me on oracle. thanks, Murali -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, December 30, 2004 1:52 PM To: user@ant.apache.org Subject: SQL task and the delimiter and 1.6.2.