Ask a Question related to ASP.NET Web Services, Design and Development.
-
Jorge Luzarraga Castro #1
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
-
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... -
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 ... -
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... -
[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... -
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... -
Denis Kondratyev #2
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...import> Hello Everybody!
>
> Id like that you give me some advice on what the right approach toto> 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> load the data I need.
>
>
> TIA
>
>
> Jorge.
>
>
Denis Kondratyev Guest
-
Jorge Luzarraga Castro #3
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...too),> Imho XML is a best approach in many cases (and imho in your situationrequarements> but I dont use web services always because its "cooool". Checkheterogenic> for you system: how many data u must import - 1 MB or 10 GB? what
> environments for your system - intranet or internet, homogeny or> system? security requirements?
>
>
>
> Denis Kondratyev
>
>
> "Jorge Luzarraga Castro" <jluzarraga@fidens.cl> /system> : news:evj3hdRlEHA.2140@TK2MSFTNGP15.phx.gbl...> import> > Hello Everybody!
> >
> > Id like that you give me some advice on what the right approach to> > 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> to>> > load the data I need.
> >
> >
> > TIA
> >
> >
> > Jorge.
> >
> >
>
Jorge Luzarraga Castro Guest
-
Denis Kondratyev #4
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.
>2K.> 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> 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



Reply With Quote

