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: Anne Powell   on May 21

Okay, now this is strange. My SQL in the java class  returns two
columns:

String SQLString = " SELECT f.faq_id, m.read_datetime " +
" FROM ckbshipping.faqs f, " + ...

When I change the index from 0 & 1 to "faq_id" and "read_datetime" it
still breaks with an invalid column  name. However, commenting out
the "faq_id" line and leaving the "read_datetime" still works.

I'm really confused now - If anyone can help this newbie, I'd be very
appreciative.

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: