I think sivan k wrote: > Hello > > I have just started learning Jess. > Could anyone tell me how to connect Jess with MYSQL or Microsoft Access. Is > it possible? >
Besides direct JDBC access, as has been mentioned already, it's possible to use Jess's backwards chaining capability, together with the Fact Storage Provider Framework (see http://herzberg.ca.sandia.gov/jess/user.programs/Jessx10b1.zip ) to pull data out of a database into working memory as needed. Download the FSPF and read its documentation for more details. --------------------------------------------------------- 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] --------------------------------------------------------------------
