I think sivan k wrote: > How would I be able to return multiple values of different types > (eg. a client record - client id, name, address etc) to my Jess > program without using multiple userfunctions (one for each value) > after retrieving the values from the database.
Same way you'd do things in Java. You could pass the whole ResultSet to Jess, or you could put the values in an array and return that, or, perhaps most elegantly, define a ClientRecord class and return an instance of that. --------------------------------------------------------- Ernest Friedman-Hill Advanced Software Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------