Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to insert/update a table in Oracle using XSQL+XSLT

619432Feb 20 2008 — edited Feb 21 2008
Hello, 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2008
Added on Feb 20 2008
3 comments
739 views