Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

[Microsoft][ODBC SQL Server Driver]Invalid Descriptor Index

843854Jun 26 2002 — edited Jun 15 2006
What is an Invalid Descriptor Index?

OS: MS2000
DB: MS Server 7

accessing result set from statement >>
"SELECT * FROM CNMTEmp WHERE status='1' ORDER BY lastName"

accessing result item >>
int id = results.getInt("deptID");

Database column is >> deptID type: int
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 13 2006
Added on Jun 26 2002
5 comments
625 views