How to insert/update a table in Oracle using XSQL+XSLT
619432Feb 20 2008 — edited Feb 21 2008Hello, I am just reading Steve Muench's book "Building Oracle XML Application" and followed his steps:
1. create a UtilDataform.xsl
2. create a new_company.xsql and new_company.xsl to apply template from UtilDataForm.xsl.
3. create a transform file insert_company.xsl.
4. add <xsql:insert-request table="company" transform="insert_company.xsl"/> in target xsql file.
But the record I entered didn't insert to table 'company'. No errors as well.
Anything else should I check?