I'm currently experiencing a strange error with some JSP pages that have been built in Dreamweaver MX. The pages retrieve data from a SQL Server 2000 database using the Sun JDBC-ODBC driver. I currently get the following error message reported by Tomcat when I try to display more than 6 data items on a JSP page.
org.apache.jasper.JasperException: [Microsoft][ODBC SQL Server Driver]Invalid Descriptor Index The data is being retrieved using recordsets within Dreamweaver. If I display less than 6 data items, even if the recordset those items are from contains more than 6 data elements, the pages work fine. Can anybody shed any light onto the likely cause of the problem. I suspect it is configuration related, but I have run out of ideas. Thanks Jeremy. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
