<< Click to Display Table of Contents >>

UDS(User Data Store)

UDS(User Data Store) is a Java Interface to create a dataset from various external data sources like data files (TXT, CSV, XML) or user application data (EJB, Servlet, ASP, JSP, Applet).

UDS gets data in the form of file, XML, vector, stream, or EJB object from user application and transform them into OZ data source.

Developer should write some code using UDS Java Interface to transform various user data into ResultSet object recognizable by OZ report. Java class file format of this application can be recognized by OZ report and its UDS dataset can be used as like normal SQL dataset.

OZ report can pass parameter string using user class and can get data value changing dynamically upon the parameter value.