sql error: unclosed string literal
843835Sep 12 2002 — edited Sep 12 2002String sql = "select * from event where eventstart=to_date('11-sep-02', 'dd-mon-yy') order by eventid";
does any1 mind tellin me what's wrong with this select statement? thks.
the error msg i got was that of unclosed string literal.