<html> | |
<body> | |
Reports any attempts to access column 0 of a <b>java.sql.ResultSet</b> or <b>java.sql.PreparedStatement</b>. For historical | |
reasons columns of <b>java.sql.ResultSet</b>s and <b>java.sql.PreparedStatement</b>s are numbered beginning with 1, rather than | |
0, and accessing column 0 is a common error in JDBC programming. | |
<!-- tooltip end --> | |
<p> | |
</body> | |
</html> |