cancel
Showing results for 
Search instead for 
Did you mean: 

The index 1 is out of range -SQL Server Error

0 Kudos

Hi,

I have deployed MS SQL SERVER for JDBC 2005 and JDBC 2000 driver in xMII,

When I ran the insert query, I am getting this error message u201C

com.microsoft.sqlserver.jdbc.SQLServerException: The index 1 is out of range.u201D

Is there any this issue with SQL drivers? Please help me

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It is a known bug with SQL 2005 JDBC diver when you use escaped single quote to pass the string value of a column or parameter.

There is a Htofix available. Check this out: http://support.microsoft.com/kb/919568

Answers (0)