I was wondering if anyone could help with some basic expression building
(using ExpressionFactory), here's what I'm trying to do.. 
sql follows: 
select min(contactId) from contact 
where contactName='Hacker' 
and contactId > 19 
sql ends. 
The idea is that this query would get fired-off once user clicks on 'next'
button (or something like that). 
all (any) help is greatly appreciated, my sql is really bad as I grew up in
obscure, proprietary (non-sql) 4GL world ;-) 
Srdan
This archive was generated by hypermail 2.0.0 : Wed Oct 22 2003 - 21:33:44 EDT