Hello, I have a short question about OQL query performance: Does it make any difference if I put a query parameter into the query string or if I use a placeholder and bind the parameter to the query? An example: select o from test.Data o where member = "something" vs. select o from test.Data o where member = $1 (and the binding "something" as the first parameter)
Regards Stefan __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

