Tag: IBM

Community

DB2 12 Debuts Advanced Triggers

(Troy L Coleman) A trigger defines a set of actions that represent the business logic that should occur when INSERT, UPDATE or DELETE operations are performed on a given table or view. Triggers can be used to update tables or generate or transform values to be used to insert or update rows. They can

Community

DB2 Native REST API – Security

(James Gill) In the previous blogs on the DB2 Native REST API, we’ve talked about installation of the feature, how to create and drop services, and how to drive them. In this one, we’re going to have a look at how security works with REST – both in general HTTP/HTTPS terms, and from the point of vie

Community

TechTip: Node.js JoinJS

(Aaron Bartell) I am currently coding a Node.js project for a customer that uses the HapiJS web framework. We had the need to create a JSON result object from DB2 that conveyed a list of employees and their department associations and send it to the browser.