Hi,
I would like to know if it is possible to communicate inside the JESS with a dabase through SQL query.
My application need to analyse sentence (with CLIPS) but when I am analysing it, I would like to get information through SQL queries.
For example:
My sentence is:
I am 22 years old
My key words that will be catch are "22" and " years" and "old".
 
The action to accomplish now is to update my database with a query like
UPDATE USER
    SET age = 22
    WHERE Name = userNameIs
 
Is it possible to call this querry inside JESS ?
 
Thank you,
 
Vincent Le Hellidu

Reply via email to