Re: OC4J Bind Variables: Positional Notation

  • From: "Nigel Thomas" <nigel.cl.thomas@xxxxxxxxxxxxxx>
  • To: rjfeighery@xxxxxxxxx
  • Date: Mon, 14 Jul 2008 14:31:02 +0100

Another check to make is in the java surrounding the execution of this
statement:

select id,
from ila_custom_string
WHERE (site_id = ? and locale = ?)

make sure that the developer has actually remembered to bind the values for
site_id and locale

Regards Nigel

Other related posts: