Dynamic SQL without use of PreparedStatement

2006-09-21 Thread Berner Martin
Hy Dos anybody know how to use the benefit of OJB (creating dynamic SQL whit Criteria and Reportquerry), but not to use PreparedStatements which uses Bindvariables? Thanks for any help Martin Berner - To unsubscribe, e-mail: [

Disable use of bindvariables

2006-09-05 Thread Berner Martin
select * from table where col_id = :a; -> thats with bindvariables select * from table where col_id = 1526; -> thats with concret value Is there someone who can help my? Thanks Berner Martin - To unsubscribe, e-m