Open GoogleCodeExporter opened 8 years ago
Hey
I've got the same error,and i fixed it by setting delimiter in build.xml
I've added param delimiter="|" to <dbdeploy> tag, so it looks like this in my
project:
<dbdeploy driver="${db.driver}" url="${db.url}"
userid="${db.username}" password="${db.password}"
dir="." delimiter="|" />
Then remove "DELIMITER" lines from your sql script and it should work.
Greetings.
Original comment by ert...@gmail.com
on 29 Jan 2011 at 1:50
[deleted comment]
can you please briefly explain wat you ve done for that error to disappear?I
dono where is build.xml file?
Original comment by sathiy...@gmail.com
on 17 Feb 2011 at 2:39
Original issue reported on code.google.com by
visseraj
on 19 Nov 2010 at 2:04