Click here to Skip to main content
15,893,722 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am trying to add and receive the data from the tables of DB2 database through XML.. But I don't know how to do this..

Please tell how can I add and receive the data from DB2 database.

reply with example is much better..


Regards,

yuvi
Posted

1 solution

Which part are you stuck on? What does your code look like?

In a nutshell, any data processing/transfer type process looks like this:

1. Export data from database 1
2. Send data to database 2
3. Receive data at database 2
4. Process data.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900