I am getting a "4096 error" on my coldfusion page: "java.lang.ArrayIndexOutOfBoundsException: 4096"
The line number identified is in the middle of select statement. The query is valid if run directly on the database, but in a coldfusion page returns this error. I am using coldfusion version 6,1,0,63958. JDBC: macromedia.jdbc.sqlserver.SQLServerDriver is 3.2
Any ideas what is causing this error? Could it have something to do with the JDBC driver version?
The line number identified is in the middle of select statement. The query is valid if run directly on the database, but in a coldfusion page returns this error. I am using coldfusion version 6,1,0,63958. JDBC: macromedia.jdbc.sqlserver.SQLServerDriver is 3.2
Any ideas what is causing this error? Could it have something to do with the JDBC driver version?