Why this code

<sql driver="com.mysql.jdbc.Driver" classpath="jdbc.jar"
url="jdbc:mysql://localhost" userid="root" password="password">
SHOW DATABASES;
</sql>

gives me
BUILD FAILED
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error
in your SQL syntax; check the manual that corresponds to your MySQL
server version for the right syntax to use near '????????????????' at
line 1


Please help me

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to