Subject | Re: JayBird: Problems with Prepared Statements |
---|---|
Author | pifproject |
Post date | 2005-09-06T15:23:49Z |
> > I would be really glad if you please reply directlyCan I post a direct link to my post here at YahooGroups - would that
> > to this post when/if that feature is implemented.
>
> Please fill the feature request at SourceForge.net,
> so we do not forget it before the next RC and/or
> final release.
suffice as a feature request description?
> > In the meantime, I will try to handle the preparedI have a single 'statementExecutor()' method in my Java program that
> > statement directly without converting it to String.
>
> I still do not understand why do you need
> this non-standard feature if you call
> Connection.prepareStatement(...) anyway.
takes an 'SQLstatement' String as input parameter. I thought, I can
spare another method for executing the prepared statement on its own
(as I have to also execute non-prepared CREATEs: in addition to the
mentioned INSERTs).