Subj : Re: Resources for using Javascript and Rhino To : Alec Clews From : Igor Bukanov Date : Thu Apr 03 2003 10:09 am Alec Clews wrote: > alecclews@yahoo.com (Alec Clews) wrote in message news:<47201062.0304021536.576a4ea9@posting.google.com>... > >>I want to write standalone scripts with access to Oracle on *NIX and >>Windows plus access to Java classes. Most of the material I have found >>assumes I am writing web pages. > > > So far it seems that I need to use JDBC via liveconnect to talk to a > database. Is that correct? Via LiveConnect you can execute arbitrary Java code so JDBC should be straightforward in Rhino. Regards, Igor .