Invalid Descriptor Index
843854Dec 3 2002 — edited Jun 23 2003Help 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.