CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2005
    Posts
    1

    how to read from database and convert it to an xml file?

    iam new to java programming.
    i want to know how to write java program to read the tables from sql server database and convert it to xml files?

  2. #2
    Join Date
    Jul 2005
    Location
    Russia
    Posts
    94

    Re: how to read from database and convert it to an xml file?

    do you really think that magic genie will write two lines of code that will resolve your problem? You have to learn a lot about JDBC and working with the XML and about whole Java. And then you'll be able to write anything you want.

  3. #3
    Join Date
    Jun 2005
    Posts
    33

    Thumbs up Re: how to read from database and convert it to an xml file?

    Hi,
    Learn more abt this from the following link :

    http://www.javaolympus.com/J2SE/Data...BC/JDBCXML.jsp

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured