Please Advice. Whats the right path? plain file vs xml file

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Please Advice. Whats the right path? plain file vs xml file

    Hello Everybody!

    Id like that you give me some advice on what the right approach to import
    some data from one system to another is. I know that a webservice fits
    perfectly to intercommunicate two different systems but it is said that
    unfortunately it is slower than to load a plain txt file via a stored
    procedure.

    What should I do? To keep loading the data from a plain text file or to
    change the aproach and consume a webservice developed in the other system to
    load the data I need.


    TIA


    Jorge.


    Jorge Luzarraga Castro Guest

  2. Similar Questions and Discussions

    1. advice needed... cf write data to xml file for use in flash app thatuses xml file
      I'm wondering if it is possible to use CF to: 1) connect to existing db; 2) get specific data from table; 3) write it to an xml file that would...
    2. Importing Plain Text FIle to MS Acess Database
      I want to import Plain Text File into MS Access Database. The text file looks like this: A & A Drapery Ltd 8314?134A Street?Surrey ...
    3. advice on file operations
      My project shows QuickTime short movies of people being interviewed. Its going to be on DVD but I need to store information such as, bookmarked...
    4. [PHP] fopen() || Execute read file as php page; not plain text
      was able to use an absolute reference on my local machine to execute read file contents; e.g. fopen('http://www.mysite.com/index.php', 'a'), but...
    5. File Path
      I was trying to use the ftp_put command. It worked for the files in the same directory as my php file, but if I try to fetch a file somewhere else...
  3. #2

    Default Re: Please Advice. Whats the right path? plain file vs xml file

    Imho XML is a best approach in many cases (and imho in your situation too),
    but I dont use web services always because its "cooool". Check requarements
    for you system: how many data u must import - 1 MB or 10 GB? what
    environments for your system - intranet or internet, homogeny or heterogenic
    system? security requirements?



    Denis Kondratyev


    "Jorge Luzarraga Castro" <jluzarraga@fidens.cl> /
    : news:evj3hdRlEHA.2140@TK2MSFTNGP15.phx.gbl...
    > Hello Everybody!
    >
    > Id like that you give me some advice on what the right approach to
    import
    > some data from one system to another is. I know that a webservice fits
    > perfectly to intercommunicate two different systems but it is said that
    > unfortunately it is slower than to load a plain txt file via a stored
    > procedure.
    >
    > What should I do? To keep loading the data from a plain text file or to
    > change the aproach and consume a webservice developed in the other system
    to
    > load the data I need.
    >
    >
    > TIA
    >
    >
    > Jorge.
    >
    >

    Denis Kondratyev Guest

  4. #3

    Default Re: Please Advice. Whats the right path? plain file vs xml file

    Dennis, Thanks for your reply.

    Here are some extra considerations:

    The initial load is going to be the heaviest, but next loads are gonna be
    under 1 MB.
    Both of the systems have their own database schema on different servers.
    Both of the systems are on top of the .NET Platform and using MSSQLServe 2K.
    Both of the systems are part of the same intranet.


    Given all of this, is it still good choice to consume a webservice to load
    data?


    TIA

    Jorge Luzarraga


    "Denis Kondratyev" <nospam-info@visualdesign.ru> escribi en el mensaje
    news:chl80q$ovu$1@news.rol.ru...
    > Imho XML is a best approach in many cases (and imho in your situation
    too),
    > but I dont use web services always because its "cooool". Check
    requarements
    > for you system: how many data u must import - 1 MB or 10 GB? what
    > environments for your system - intranet or internet, homogeny or
    heterogenic
    > system? security requirements?
    >
    >
    >
    > Denis Kondratyev
    >
    >
    > "Jorge Luzarraga Castro" <jluzarraga@fidens.cl> /
    > : news:evj3hdRlEHA.2140@TK2MSFTNGP15.phx.gbl...
    > > Hello Everybody!
    > >
    > > Id like that you give me some advice on what the right approach to
    > import
    > > some data from one system to another is. I know that a webservice fits
    > > perfectly to intercommunicate two different systems but it is said that
    > > unfortunately it is slower than to load a plain txt file via a stored
    > > procedure.
    > >
    > > What should I do? To keep loading the data from a plain text file or to
    > > change the aproach and consume a webservice developed in the other
    system
    > to
    > > load the data I need.
    > >
    > >
    > > TIA
    > >
    > >
    > > Jorge.
    > >
    > >
    >
    >

    Jorge Luzarraga Castro Guest

  5. #4

    Default Re: Please Advice. Whats the right path? plain file vs xml file

    Imho with 1 MB data u dont have performance troubles with web services via
    intranet. For initial load u can use DTS if amount of data is big.


    "Jorge Luzarraga Castro" <jluzarraga@fidens.cl> /
    : news:eZUXdUSlEHA.1904@TK2MSFTNGP09.phx.gbl...
    > Dennis, Thanks for your reply.
    >
    > Here are some extra considerations:
    >
    > The initial load is going to be the heaviest, but next loads are gonna be
    > under 1 MB.
    > Both of the systems have their own database schema on different servers.
    > Both of the systems are on top of the .NET Platform and using MSSQLServe
    2K.
    > Both of the systems are part of the same intranet.
    >
    >
    > Given all of this, is it still good choice to consume a webservice to load
    > data?
    >
    >
    > TIA
    >
    > Jorge Luzarraga
    >

    Denis Kondratyev Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139