(Andrew Reid) I remember using the GO TO statement when I used to program in COBOL.
Author: SSWUG Research
String Aggregation of ‘Huge’ Strings via XML
(Marco Gralike) My goal was initially to concatenate all rows generated via the package DBMS_FEATURE_USAGE_REPORT in one big HTML (XML?) document instead of the by default generated multiple row output…
A couple of DB2 11 Redbooks available
(Willie Favero) Yup, there are a couple of new DB2 11 for z/OS Redbooks available for download already.
Scope $watch() vs. $watchCollection() In AngularJS
(Ben Nadel) AngularJS has always had a Scope.$watch() function as means to observe [and react to] changes in a given value. With AngularJS 1.1.4, however, they added the Scope.$watchCollection() function as a means to observe changes in a collection (either as an Array or an Object).
ODI 12c – XML improvements
(Alex Kotopoulis) ODI has added support to a number of advanced XML Schema constructs in the latest 12.1.2 release: union, list, substitution groups, mixed content, and annotations. XML is a core exchange format in SOA and B2B environments; it is essential for data integration to read and write XML
DB2 Tips n Tricks Part 19 – How to Find and Fix Invalid DB Objects
(Harishkumar Baburao Pathangay) How to Find and Fix Invalid DB Objects Admin View : SYSCAT.INVALIDOBJECTS Admin Proc : SYSPROC.ADMIN_REVALIDATE_DB_OBJECTS
Import fixed width data with pgloader
(Dimitri Fontaine) A long time ago we talked about how to Import fixed width data with pgloader, following up on other stories still online at Postgres OnLine Journal and on David Fetter’s blog. Back then, I showed that using pgloader made it easier to import the data, but also showed quite poor per
Web API With AJAX: Use GetJSON() Function to Get JSON Data
(Sourav Kayal) This article explains the getJSON() function of jQuery and how to use the getJSON() function to consume JSON data from the Web API.
Using the SQL Server Distributed Replay feature
(Ben Snaidero) If you read my previous tip on Configuring the SQL Server Distributed Replay feature you should been able to successfully configure this feature. This tip will guide you through a simple example to illustrate how you can use this feature to replay a simple SQL Server trace file that c
Request Validation In ASP.NET Web Pages
(Mike Brind) Cross Site Scripting (XSS) attacks are the third on the Open Web Application Security Project’s (OWASP) 2013 list of security vulnerabilities. This article looks at the defence mechanisms built into ASP.NET that protect against such attacks and how you can disable those defences in ASP.
