MyCodeIdeas
Nothing Impossible
Tuesday, August 4, 2020
Moving to Medium
›
I have recently moved to Medium and my latest writings can be found in https://medium.com/@anupama.pathirage
Wednesday, August 16, 2017
WSO2 DSS - Using Oracle Ref Cursors
›
A REF CURSOR is a PL/SQL data type whose value is the memory address of a query work area on the database. This sample shows how to use ref...
Thursday, August 10, 2017
WSO2 DSS - Exposing Data as REST Resources
›
The WSO2 Data Services feature supports exposing data as a set of REST style resources in addition to the SOAP services. This sample demons...
Monday, July 3, 2017
WSO2 DSS - Use User Defined Data types (UDT)
›
This post explains how to use Oracle UDTs with WSO2 DSS. SQL For Create UDT and Tables: CREATE OR REPLACE TYPE T_Address AS OBJ...
1 comment:
Sunday, May 28, 2017
WSO2 DSS - Using Microsoft SQL Server Stored Procedures
›
The following example shows how to use Microsoft SQL Server stored procedure which has input parameter, output parameter and a return value...
2 comments:
›
Home
View web version