CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2006
    Posts
    1

    Export data from database and user input data to cusomized xml format using.NetWebser

    Can you suggest me, How to export data from database and user input data to cusomized xml format using webservice. xml format may change some times, so should be scalable to export to that format. Please suggest me the best way to implement. I would appreciate your reply.
    Thank you,
    GSR

    you can also reply to:
    subbarddy@yahoo.com

  2. #2
    Join Date
    Sep 2006
    Posts
    28

    Re: Export data from database and user input data to cusomized xml format using.NetWebser

    Use PHP to export the xml, so PHP will query the database, and then export what you need. Then you can use your javascript (AJAX), to connect to that XML page to get whatever you need.

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