[
https://issues.apache.org/jira/browse/DBUTILS-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149698#comment-13149698
]
Michael Akerman commented on DBUTILS-77:
----------------------------------------
The first stack trace was from the 1.2 version. Here's the stack trace from
1.4.
Exception in thread "main" java.sql.SQLException:
com.microsoft.sqlserver.jdbc.SQLServerException: Unable to identify the table
drop view sqlapps.rso_current_person for the metadata. Query: drop view
sqlapps.rso_current_person Parameters: []
at
org.apache.commons.dbutils.AbstractQueryRunner.rethrow(AbstractQueryRunner.java:320)
at org.apache.commons.dbutils.QueryRunner.update(QueryRunner.java:489)
at org.apache.commons.dbutils.QueryRunner.update(QueryRunner.java:402)
at edu.uark.util.ConnectionUtils.execute(ConnectionUtils.java:64)
at edu.uark.util.queryrunner.Main.main(Main.java:64)
> "drop view" does not work from QueryRunner.update with SQLServer JDBC
> drivers. Same SQL works with a PreparedStatement just fine.
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: DBUTILS-77
> URL: https://issues.apache.org/jira/browse/DBUTILS-77
> Project: Commons DbUtils
> Issue Type: Bug
> Affects Versions: 1.3
> Environment: Java environment: Java 6 on Redhat Linux
> Database enviroment: SQLServer 2008
> Reporter: Michael Akerman
> Fix For: 1.5
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira