Subject | PreparedStatements |
---|---|
Author | Nick Sydenham |
Post date | 2004-04-06T11:51:24Z |
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?
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?