Thursday, August 24, 2023

Database (MySQL) to File System

 How to Read Data From Database and send XML data file to a file system

Here, I am going to explain how to retrieve the data from Database based on EMP ID and then convert it into XML and send it to FileSystem.


Create DB connection and TEST the connection..


                        On Start Activity






Create XML Schema to parse the DB data


Group


Render XML activity



Send the XML data to file system by using WriteFile activity


DB Table:


Result:


Source Code:



No comments:

Post a Comment

XML Palette Activities

The XML palette provides activities for parsing XML strings into schemas and rendering schemas into XML strings Parse XML: Parse XML  is use...