I’m looking to write code to store the contents of a Sybase database as XML. Basically I’d want to copy various rows from various tables in a database into an XML format I can then save as a file. I’ll also write code that takes the XML and inserts the data based on those tables back into the database.
Does anybody know of any open source (preferably Java based) utilities that do this?
One Comment
There are several tools that can do this for you. Check out Talend and EMANIO. Sybase may have some tools as well.
Post a Comment