Hi all. Today I encounter and solved, searching the mauiling list, some "escape char" problem in my queries. Now, I am wondering if there is a common way to build strong queries, some equivalent of PreparedStatement in JDBC, where you set the property name and then add values with "addString" and such and the builder knows how to fill the query.
I had a look at QueryBuilder but it is not clear how it works... Thanks. -- Daniele Dellafiore http://ildella.wordpress.com/
