| Evan T. Basalik 2006-03-13, 9:23 am |
| Unfortunately, it is not possible to connect to a user instance via JDBC. User instances only allow named pipe connections
(http://msdn.microsoft.com/sql/defau...expuserinst.asp) and the SQL Server 2005 JDBC driver requires TCP/IP.
Evan
--------------------
>Thread-Topic: Connect to user instance via JDBC?
>thread-index: AcY9vpq6F6K7T89ER+ya
Fglb2QZJKA==
>From: =?Utf-8?B?TmF0aGFu?= <Nathan@discussions.microsoft.com>
>Subject: Connect to user instance via JDBC?
>Date: Wed, 1 Mar 2006 22:00:27 -0800
>Is it possible to connect to a user instance of a SQL Server 2005 Express
>database via the JDBC driver?
>
--
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
|