#How can i retrieve data using resultset in jdbc with variables

1 messages · Page 1 of 1 (latest)

misty nymph
#

ResultSet rs = stmt.executeQuery("SELECT * FROM your_table where example = ?" ); like a prepared statement

zinc loomBOT
#

<@&987246584574140416> please have a look, thanks.

tiny ivy
#

Can you clarify a little?

#

Like are you asking how to read data from a result set?

#

rs.getString("column");