Dateformat with JDBC..please help!!
843854Dec 9 2003 — edited Dec 9 2003Hi,
please..how to get a formated date from Oracle without using to_char() in the query??
I try to set the nls session variables such like NLS_DATE_FORMAT but it doesent work??
ResultSet rs = conn.createStatement();
st.executeQuery("ALTER SESSION SET NLS_DATE_FORMAT = ''YYYY-MM-DD");
regards
Andreas