Hi all,
Does anyone know how to store the value retrieved from
into a variable, so that i can use it in my jsp code??
Thanks in Advance!
Akshay
Does anyone know how to store the value retrieved from
Code:
PreparedStatement preparedstatement=connection.prepareStatement("select MAX(TOKEN_ID)from DB_TEMP");
Thanks in Advance!
Akshay
Comment