出现这种错,Microsoft][SQLServer 2000 Driver for JDBC]Invalid operation for the current cursor position.
出现这种错,Microsoft][SQLServer 2000 Driver for JDBC]Invalid operation for the current cursor position. 问题点数:20、回复次数:2Top
1 楼zhutouzip(醒了的鸟)回复于 2005-04-03 22:51:28 得分 20
这种情况一般是你没有调用rs.next()方法就直接操作rs,resultset默认的第一个方法是第一次调用了next()方法的那个元素!Top
2 楼clubsondy(小晨光www.clubsondy.com)回复于 2005-04-03 22:58:58 得分 0
谢谢.......Top
相关问题
- [Microsoft][SQLServer 2000 Driver for JDBC]Invalid operation for the current cursor position
- java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Invalid operation for the current cursor position.(在线)
- invalid cursor ??????
- [Microsoft][SQLServer 2000 Driver for JDBC]Error setting up static cursor cache.
- jdbc--sqlserver报错
- How to install JDBC driver for sqlserver?
- jdbc连接sqlserver的问题
- jdbc:microsoft:sqlserver://localhost:1433;DatabaseNameOPTIONAL=webmail???
- jdbc:microsoft:sqlserver://localhost:1433;DatabaseNameOPTIONAL=webmail???
- 关于jdbc for sqlserver问题!




