[jboss-user] [EJB 3.0] - Re: [Microsoft][SQLServer 2000 Driver for JDBC]Database chan
jaikiran
do-not-reply at jboss.com
Mon Jun 25 11:52:03 EDT 2007
Not sure if this is the problem, but as far as i know, the parameters to the database url are case sensitive.
<connection-url>jdbc:microsoft:sqlserver://dbsqlserver\\devenv:1433;DatabaseName=userscdb</connection-url>
Change this to:
<connection-url>jdbc:microsoft:sqlserver://dbsqlserver\\devenv:1433;databaseName=userscdb</connection-url>
Note the change in case for 'DatabaseName'. See if it works
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057411#4057411
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057411
More information about the jboss-user
mailing list