Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Using Data Manipulation Statements within Dataset
Vinay Lakshman
<p>Is it possible to inlcude data manipulation statements (Insert,update and delete) within BIRT Dataset ?</p>
Find more posts tagged with
Comments
JFreeman
<p>Out of the box, BIRT does not support database write-back as it intended for consuming data from the database versus writing data into the database. However, it is possible to use some customizations to perform a write to the database.</p>
<p> </p>
<p>Take a look at these posts on the topic:</p>
<ul><li><a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/forum/index.php?/files/file/708-birt-report-with-database-write-back/'>http://developer.actuate.com/community/forum/index.php?/files/file/708-birt-report-with-database-write-back/</a></li>
;
<li><a data-ipb='nomediaparse' href='
http://blogs.opentext.com/writing-back-to-a-database-and-other-posts-from-this-week/'>http://blogs.opentext.com/writing-back-to-a-database-and-other-posts-from-this-week/</a></li>
;
</ul>