On Mon, Apr 20, 2009 at 2:56 PM, E R <pc88m...@gmail.com> wrote:
> I've got tons of sql that uses ? placeholders.
>
> Is there a way to accurately determine which question marks represent
> placeholders and which ones don't?

I don't know if this is "really" what you need or not, but there is
a NUM_OF_PARAMS statement handle attribute that'll tell you how many
placeholders are in the statement.

HTH,
Douglas Wilson

Reply via email to