out.print("<TD ><a href='39.jsp?Student_id="+rs.getLong(1)+"'>修改资料</a></td>");

这个句子编译老出现下面的问题:java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]无效的描述符索引
问题就在 "?" 上,就是无法传递参数,请高手给解决一下!
out.print("<丛橘TD ><渗敬团稿渣a href=\"39.jsp?Student_id="+rs.getLong(1)+"\">修改资料</a></td>");
(1)是什么?参数还是索引