regarde le declaration suivant
normalement meme de ma declaration
setDate(java.lang.String, java.sql.Date)
public final void setDate(String columnName, java.sql.Date value)
Sets the Column indicated by columnName in the ReadWriteRow to value. A DataSetException is thrown if the data type of value is not java.sql.Date, columnName does not exist, or the column's data type is not Variant.DATE. This method is typically preferred over setDate(int,Date) because it does not involve the column's ordinal position, which is not always reliable. A column's ordinal value may unexpectedly change due to persistent columns, columns that are automatically added to a query to provide a unique row identifier, and other conditions.
Partager