Reading xml using Dataset

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rahuldhammy
    New Member
    • Sep 2006
    • 12

    Reading xml using Dataset

    Hi All,
    I am using the read method of a dataset to read a xml.Although everything is working fine,but the whole process is quiet slow.So if anyone knows a process which is speedier than the above process,please let me know.

    Any suggestions would be appreciated.
  • codesid
    New Member
    • Dec 2006
    • 6

    #2
    Slow? Well, that would depend on the size of the xml you are trying to process of course. If you need to really use it as dataset, there is not much way around for this... But, for a more careful analysis, you must give some details of the coding and the files...

    Comment

    • rahuldhammy
      New Member
      • Sep 2006
      • 12

      #3
      Originally posted by codesid
      Slow? Well, that would depend on the size of the xml you are trying to process of course. If you need to really use it as dataset, there is not much way around for this... But, for a more careful analysis, you must give some details of the coding and the files...
      Thanks alot i will try to optimize my code.

      Comment

      Working...