Dear all,

I know I'm a bit off-topic but I'm desperate.... If anyone of you have come across this error before, I would very much appreciate your input.

I have a JSP page that connects to a MS SQL Server 7.0 database. When I point my browser to the JSP page, I get the following error:

An error occurred: [Microsoft][ODBC SQL Server Driver]Invalid Descriptor Index

java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]Invalid Descriptor Index
at java.lang.Throwable.(Compiled Code)
at java.lang.Exception.(Compiled Code)
at java.sql.SQLException.(SQLException.java:43)
at sun.jdbc.odbc.JdbcOdbc.createSQLException(Compiled Code)
at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:3814)
at sun.jdbc.odbc.JdbcOdbc.SQLGetDataString(Compiled Code)
at sun.jdbc.odbc.JdbcOdbcResultSet.getDataString(Compiled Code)
at sun.jdbc.odbc.JdbcOdbcResultSet.getString(Compiled Code)
at sun.jdbc.odbc.JdbcOdbcResultSet.getString(Compiled Code)
at pagecompile._sigma._login_xjsp._jspService(Compiled Code)
at newatlanta.servletexec.JSP10HttpJspPage.service(JSP10HttpJspPage.java)
at newatlanta.servletexec.JSP10Servlet.service(JSP10Servlet.java)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at newatlanta.servletexec.ServletExec.processServletRequest(ServletExec.java)
at newatlanta.servletexec.ServletExec.processServletAlias(Compiled Code)
at newatlanta.servletexec.ServletExec.ProcessRequest(Compiled Code)
at newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java)

Reply via email to