With all due respect, there is nothing right about the statement you've posted...it
has many problems, including incorrect types, missing quotes and
attributes that don't exist...
Try this:
property="p_aci_fec_Infraccion"
jdbcType="DATETIME"
javaType="java.util.Date"
nullValue="2005/05/2
Hi I have a problem setting null values in dates. this is my code:
javaType=java.util.Date nullValue="NUMERIC" null="0" mode=IN/>
when i run the code i have this message:
(Error) Attribute 'null' used but not declared.
any idea about how solve the problem
thank you very much
Wilbert
--