Senlin Liang wrote:
Hi all,

Is there some convinent database interface implemented in Drools
(store and retrieve data from DBMS, such as mysql) ?

I checked the manual, and found no such information. So I am assuming
that I will have to use JDBC. Is it right?
you should use Hibernate to access a database. You can then use then pass the hibernate session as a global and use the "from" keyword to execute querries to be filtered through a pattern.
Thanks,
Senlin Liang
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users


_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to