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!

Invalid Descriptor Index

843854Dec 3 2002 — edited Jun 23 2003
Help Wanted!!!!

I'm using jdbc-odbc to query a SQL Server database. After I got a ResultSet, I was able to access the first a few columns by calling function
getString(column_name). Then I run into a problem: I got SQLException "Invalid Descriptor Index". I checked the column I was accessing and was sure there was nothing wrong with that.
Is there anyone who also ran to this problem before?
Any suggestion and help is greatly appreciated.
Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 21 2003
Added on Dec 3 2002
3 comments
224 views