[Dynapi-Help] SODA-RPC and Databases

2003-12-06 Thread Jerry Hammann
I got the SODA-RPC example of the calculator up and running and then tried to hijack the fraction function to query a database and return results.

function fraction(input) {
var rs = server.CreateObject("ADODB.Recordset");
return ("Hi");

[Dynapi-Help] Re: IOElement/SODA and Java

Andrew Gillett mentioned on 2003-11-11 that he had created a server-side Java version of the SODA-RPC component using servlet technology. Just to verify, does the servlet interact with a client-side JVM or are JVM-less environments supported? Have the questions surrounding where/how to distribu