FIX: You receive an error message in SQL Server 2000 Driver for JDBC when you submit a converted SQL statement that is generated by the Connection.nativeSQL() method to the SQL database. (894558)
The information in this article applies to:
- Microsoft SQL Server 2000 Driver for JDBC
SYMPTOMSConsider the following scenario. You use the Microsoft SQL Server 2000 Driver for JDBC to connect an application to an SQL database. Then, you use the Connection.nativeSQL() method to convert an SQL statement to native SQL syntax. When you submit the converted SQL statement to the SQL database, you receive an error message. When you review the converted SQL statement that you submitted, you notice that it differs from the actual SQL statement.CAUSEThis problem occurs because the Connection.nativeSQL() method does not return the actual SQL statement that is sent to the SQL database by the SQL Server 2000 Driver for JDBC. Therefore, you may have unintentionally submitted an incorrect SQL statement to the SQL database.RESOLUTIONTo resolve this problem, obtain SQL Server 2000 Driver for JDBC Service Pack 3 (SP 3). For more information, visit the following Microsoft Web site: STATUS Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.
This problem was corrected in SQL Server 2000 Driver for JDBC Service Pack 3.
Modification Type: | Major | Last Reviewed: | 9/1/2005 |
---|
Keywords: | kbBug kbtshoot kbfix KB894558 kbAudDeveloper |
---|
|