Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Almas Akhtar   on May 21 In Java Category.

  
Question Answered By: Aaminah Khan   on May 21

In my opinion,

Try putting the column  name within double qoutes, in
stead of numbers 1-3.

For example if your SQL goes like this.
select name,roll,address from table_name;

Then the the code  goes like this,

rs.getString("name");
rs.getString("roll");
rs.getString("address");

Try this.
http://techtips.ontheweb.com

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on JSP Oracle ResultSet Or get search suggestion and latest updates.


Tagged: