Subject | Re: [Firebird-Java] PreparedStatements |
---|---|
Author | Luca Lafranchi |
Post date | 2004-04-06T12:17:48Z |
Hi :)
They work...
FBField is only an abstract class and thus never instanciated directly.
In your example the used class would be FBDateField (I think), which
extends FBField and implements setDate(...).
Ciao
Luca
Nick Sydenham wrote:
They work...
FBField is only an abstract class and thus never instanciated directly.
In your example the used class would be FBDateField (I think), which
extends FBField and implements setDate(...).
Ciao
Luca
Nick Sydenham wrote:
> It seems that PreparedStatements are not supported in JayBird as the
> source for FBField.java shows the following for all set methods:
>
> public void setDate(Date value, Calendar cal) throws SQLException
> {
> throw (SQLException)createException(
> DATE_CONVERSION_ERROR).fillInStackTrace();
> }
>
>
> The release notes say that PreparedStatements are working. What's the
> truth?
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>