Hello, In my project I have Group objects with attributes. One of the attribute is "criteria". This attribute is in fact a SQL query.
class Group ----------- String groupName; String groupType; String criteria; For the moment I store this SQL query in a String. I think that it could be possible to use Query objects to store my query in database. Is it possible? How can I do that? How can I store a Query object in database? Is anyone has an experience? Thanks Sylvain --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
