FIX: You may receive an error message when you use the SQL Server 2005 Driver for JDBC and try to perform a batch insert by using a prepared statement that contains the "SelectMethod=cursor" property on a connection (917054)



The information in this article applies to:

  • Microsoft SQL Server 2005 Standard Edition
  • Microsoft SQL Server 2005 Java Database Connectivity Driver

Bug#: 422 (SQL Hotfix)
This article describes the following about this hotfix release:
  • The issues that are fixed by this hotfix package
  • The prerequisites for installing the hotfix package
  • Information about whether you must restart the computer after you install the hotfix package
  • Information about whether you must make any registry changes
  • Information about whether the hotfix package is replaced by any other hotfix package
  • The files that are contained in the hotfix package

SYMPTOMS

Consider the following scenario. You use the Microsoft SQL Server 2005 Driver for JDBC. You try to perform a batch insert by using a prepared statement that contains the SelectMethod=cursor property on a connection. In this scenario, you may receive the following error message, depending on the version of Microsoft SQL Server that you are running:

Microsoft SQL Server 2000

java.sql.BatchUpdateException: com.microsoft.sqlserver.jdbc.SQLServerException: sp_cursoropen/sp_cursorprepare: The statement parameter can only be a single select or a single stored procedure.

Microsoft SQL Server 2005

java.sql.BatchUpdateException: com.microsoft.sqlserver.jdbc.SQLServerException: sp_cursoropen/sp_cursorprepare: The statement parameter can only be a batch or a stored procedure with a single select, without FOR BROWSE, COMPUTE BY, or variable assignments.

RESOLUTION

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next SQL Server 2005 Driver for JDBC service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

Prerequisites

There are no prerequisites for this hotfix.

Restart information

You do not have to restart the computer after you apply this hotfix.

Registry information

You do not have to change the registry after you apply this hotfix.

Hotfix file information

This hotfix contains only those files that are required to correct the issues that this article lists. This hotfix may not contain of all the files that you must have to fully update a product to the latest build.

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
File nameFile versionFile sizeDateTimePlatform
Sqljdbc.jarNot Applicable221,39210-Mar-200608:27Not Applicable
Xa_install.sqlNot Applicable2,98710-Mar-200608:27Not Applicable
Sqljdbc_xa.dll1.0.809.20271,68010-Mar-200608:27IA-64
Sqljdbc_xa.dll1.0.809.20241,47210-Mar-200608:27x64
Sqljdbc_xa.dll1.0.809.20230,20810-Mar-200608:27x86

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Modification Type:MinorLast Reviewed:7/26/2006
Keywords:kbsql2005webdata kbQFE kbhotfixserver kbpubtypekc KB917054 kbAudITPRO kbAudDeveloper