| Author |
Why ResultSet's index Starts with '1' instead of zero?
|
Siva Arun
Greenhorn
Joined: Feb 23, 2010
Posts: 28
|
|
|
The Java used zero based indexing mechanism except JDBC. Is their any specific reason in the JDBC design to use non zero based indexing?
|
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan.
|
 |
Jan Cumps
Bartender
Joined: Dec 20, 2006
Posts: 2343
|
|
|
They must have used the terminology of the relational database theory.
|
OCUP UML fundamental
ITIL foundation
|
 |
 |
|
|
subject: Why ResultSet's index Starts with '1' instead of zero?
|
|
|