Re: getString problems
Posted by: rbizarre
Date: December 28, 2004 01:56AM

alright I fixed the porblem, but!

can someone explain the difference to me why

while (rs.next()) {
out.println(rs.getString("location"));
}

outputs the correct information from "location" and why

<%= rs.getString("location") %>

gives me and sqlexception

Options: ReplyQuote


Subject
Written By
Posted
December 28, 2004 01:25AM
Re: getString problems
December 28, 2004 01:56AM
December 28, 2004 03:24AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.