Subject Re: JayBird: Problems with Prepared Statements
Author pifproject
Hello Roman,
thank you very much for the prompt reply!

> > Is there a mechanism to do this, can I display
> > the prepared statement as a String somehow?
>
> Not yet. But you're the second person asking for this
> feature, so it seems to be worth adding to the list.

I would be really glad if you please reply directly to this post
when/if that feature is implemented.

> > Or I should do a workaround - what do you suggest?
>
> None exist. You have to cache the string before doing a prepare.

In the meantime, I will try to handle the prepared statement directly
without converting it to String.