[
https://issues.apache.org/jira/browse/GERONIMO-4317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633832#action_12633832
]
Lin Sun commented on GERONIMO-4317:
-----------------------------------
It seems SQL server 2000 jdbc driver uses
com.microsoft.jdbc.sqlserver.SQLServerDriver while SQL server 2005 jdbc driver
uses com.microsoft.sqlserver.jdbc.SQLServerDriver. I think it is reasonable to
update to the latest one, as the SQL server 2005 jdbc driver supports both SQL
server 2000 and 2005.
> SQL jdbc driver class name is wrong in db pool creation wizard
> --------------------------------------------------------------
>
> Key: GERONIMO-4317
> URL: https://issues.apache.org/jira/browse/GERONIMO-4317
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: databases
> Affects Versions: 2.0.2
> Reporter: Forrest Xia
> Assignee: Lin Sun
> Priority: Minor
>
> In the driver type, select SQL Server, then click next, you will see the
> driver class by default
> is com.microsoft.jdbc.sqlserver.SQLServerDriver.
> It's not correct for sql server 2005. The correct one should be
> "com.microsoft.sqlserver.jdbc.SQLServerDriver"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.