Sent: Tuesday, October 24, 2006 10:03 AM
Subject: Re: error loading a mysqldump file
> Can you elaborate more on the error?
>
> Some years ago I was using the sql task and had a file full of SQL
> statements... When I tried to use the sql task I was getting errors as
> well.
More specifically if I had multiple SQL statements, I had to do this:
create table foo \
( \
bar as int \
);
create table alpha \
( \
beta as int \
);
Note that the \ is used until the ;
Scot P. Floess wrote:
Can you elaborate more on the error?
Some years ago I was using the sql task and ha
Can you elaborate more on the error?
Some years ago I was using the sql task and had a file full of SQL
statements... When I tried to use the sql task I was getting errors as
well. The solution, if memory serves, is that I had to use a \
character at the end of each line until SQL terminati