PRB: Unexpected Connections to SQL Server with JDBC (313220)
The information in this article applies to:
- Microsoft SQL Server 2000 Driver for JDBC
This article was previously published under Q313220 SYMPTOMS
When you use multiple JDBC statements on a single connection, you may see multiple connections implicitly created by the Microsoft SQL Server 2000 Driver for JDBC.
CAUSE
If you open your database connection with the SelectMethod property set to Direct (the default setting), only one statement at a time can be active on the connection. When you create a second statement, the driver implicitly opens a new connection to handle the new result set.
RESOLUTION
The following two methods prevent implicit connections: - Close all open statements that are no longer needed.
- Set the SelectMethod property to Cursor in your connection string.
STATUSThis behavior is by design.REFERENCES
For complete details on the SelectMethod property, see the documentation for the Microsoft SQL Server 2000 Driver for JDBC.
Modification Type: | Major | Last Reviewed: | 6/5/2002 |
---|
Keywords: | kbDSupport kbJDBC kbprb kbSystemData KB313220 kbAudDeveloper |
---|
|