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
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
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
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
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
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
"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
-
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.