Tomcat using MS SQL2000 Named Instance
- From: "Dan Decker" <Dan (at) Business-Computers.com>
- Date: Wed, 11 Oct 2006 17:27:40 -0600
I am trying to get Tomcat to connect to a MS SQL2000 Named instance
rather than the default instance.
Using the following it connects to the database TWO on the default
server KEYSTONE with no problems.
jdbc:sqlserver://KEYSTONE;databaseName=TWO
When I try to access the MS SQL2000 named instance KEYSTONE\GP90 it
still connects to the default
jdbc:sqlserver://KEYSTONE;instanceName=GP90;databaseName=TWO
Dan Decker