Subj : Re: Server-side database access under Windows 2000 with Rhino (NO To : netscape.public.mozilla.jseng From : Igor Bukanov Date : Fri Aug 01 2003 02:06 pm Günther Schöllhammer wrote: > I am just starting with JavaScript under Rhino on Windows 2000. > > On the server-side we would like to execute a JavaScript under the Rhino > > engine which accesses a relational database on that same server. > > If using Windows Scripting Host and Visual Basic Script I would use ADO > objects in order to do so. But that is not an option in that particular > environment. > > How to access the database with JavaScript under Rhino? Rhino as JS engine has no direct support for database connections but if you know how to access DB from Java and want to script it from Rhino, then http://mozilla.org/rhino/scriptjava.html and http://mozilla.org/rhino/tutorial.html give some info. Regards, Igor .