Sorry, I probably should have included an example of what I'm doing.

---
resultset = db.execute("Select Textfield, VarcharField From Table");

while (resultset.next()) {
  textfield = resultset.getObject("Textfield").toString();
  varcharfield = resultset.getObject("Varcharfield").toString();
}

resultset.close();
---

Thanks again.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to