Subject | Re: JayBird: Problems with Prepared Statements |
---|---|
Author | pifproject |
Post date | 2005-09-06T19:15:35Z |
- Roman Rokytskyy writes:
the String, as mentioned.
- David Jencks writes:
that a prepared statement provides the advantage of precompiling the
SQL code to see if it is executable, according to the security
requirements of the particular database system.
> It is conceptually wrong to use prepared statement only toThanks for responding! It's not only for that, I have to manipulate
> convert question marks into string representation of the parameters
the String, as mentioned.
- David Jencks writes:
> I recommend you use only prepared statements, even for static sql.Thank you for the recommendation! If I got you right (?), you mean
that a prepared statement provides the advantage of precompiling the
SQL code to see if it is executable, according to the security
requirements of the particular database system.