Re: SQl task error - A ? placed at beginning of lines of sql file

2010-01-12 Thread mtbvang
) at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:735) at org.apache.tools.ant.taskdefs.SQLExec.execSQL(SQLExec.java:565) at org.apache.tools.ant.taskdefs.SQLExec.runStatements(SQLExec.java:535) antoinell wrote: > > Hello, > > maybe "SET FOREIGN_KE

Re: SQl task error - A ? placed at beginning of lines of sql file

2010-01-12 Thread mtbvang
Thanks Antoine, that was it. It was a no brainer that I didn't see. Much appreciated. Vang mtbvang wrote: > > Hi, > > I am getting the following error when using the > /mysql-connector-java-5.1.10-bin.jar in an Ant 1.7 SQL task. For some > reason a ? is being placed

SQl task error - A ? placed at beginning of lines of sql file

2010-01-12 Thread mtbvang
Hi, I am getting the following error when using the /mysql-connector-java-5.1.10-bin.jar in an Ant 1.7 SQL task. For some reason a ? is being placed at the beginning of my comment and sql statement lines. I've included the error from the cmd prompt and my and tasks below. Any one know what's goin