When importing XML to the DB, if an attribute has an empty value, the Entity Sax Reader skips the attribute and therefore does NOT update the value in the DB.
For Example: If the DB PRODUCT.PRODUCT_NAME contains a value of 'My Product Name'. Using the following XML will not update the PRODUCT_NAME to empty. <entity-engine-xml> <Product productId="12345" productName=""/> </entity-engine-xml> Is there a property or setting that will allow the XML to update the DB with an empty attribute value? Thank You Len Shein [email protected] [email protected] 516.742.7888 ext.225 732.333.4303
