|
-
Nov 6th, 2002, 10:45 AM
#1
Thread Starter
Addicted Member
ResultSet objects
I am using SQL Server 2000 to implement a database. My Java code needs to access elements of this database. However, I have a problem.
Each row contains say 8 columns. I may want to access column 1, then column 2 etc etc. However, I may want to access column 6, then column 7 then column 5. This is not allowed through the common Java ResultSet and Statement objects - does anyone know how to do it?
Thanks
HD
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|