473,388 Members | 1,375 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Project with XML

Hi all,

I'm develping a new application and i have to decide wich tecnology I must
use. I whant to know if there is a problem with perfomace or integrity data
if I use XML instead database. I would like to do like a document in word.
Save and manipulate user's data in XML file for each user. One user
"John"and he has an ID "234" in a XML file 234.xml. This is a good way or
not?

Thanks

Durand
Nov 15 '05 #1
2 1289
Durand,

I think that this is a very bad way to do this. You are going to have a ton of performance issues relating to so much file access (the more users you have to process at the same time, the more files you have to open, parse, then close). I think that a better solution would be to use a database server, such as SQL server or Oracle. You can store the XML in the tables and fetch the information as needed, and it is probably more performant as well.

Hope this helps.

-Nicholas Paldino [.NET/C# MVP]
-nick{dot]paldino=at^exisconsulting-dot?com

On Wed, 24 Sep 2003 14:59:28 -0300, Durand <ca***********@terra.com.br> wrote:
Hi all,

I'm develping a new application and i have to decide wich tecnology I must
use. I whant to know if there is a problem with perfomace or integrity data
if I use XML instead database. I would like to do like a document in word.
Save and manipulate user's data in XML file for each user. One user
"John"and he has an ID "234" in a XML file 234.xml. This is a good way or
not?

Thanks

Durand

Nov 15 '05 #2
Thanks for advice. But if my app runs into a desktop. If I have both ways to
build my app. Using client/server, the better way is to build my app using a
database server. If it runs in one computer only, I don't want to install a
database server, instead this is a better way too. I just think installing
app with third part software isn't a good idea on sigle computer.

Durand

"Nicholas Paldino [.NET/C# MVP]" <ni**************@exisconsulting.com> wrote
in message news:op**************@msnews.microsoft.com...
Durand,

I think that this is a very bad way to do this. You are going to have a ton of performance issues relating to so much file access (the more users
you have to process at the same time, the more files you have to open,
parse, then close). I think that a better solution would be to use a
database server, such as SQL server or Oracle. You can store the XML in the
tables and fetch the information as needed, and it is probably more
performant as well.
Hope this helps.

-Nicholas Paldino [.NET/C# MVP]
-nick{dot]paldino=at^exisconsulting-dot?com

On Wed, 24 Sep 2003 14:59:28 -0300, Durand <ca***********@terra.com.br> wrote:
Hi all,

I'm develping a new application and i have to decide wich tecnology I must use. I whant to know if there is a problem with perfomace or integrity data if I use XML instead database. I would like to do like a document in word. Save and manipulate user's data in XML file for each user. One user
"John"and he has an ID "234" in a XML file 234.xml. This is a good way or not?

Thanks

Durand


Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: public heath vb developer | last post by:
We have a solution with 29 projects including a main menu and 28 dlls. One of the projects (Project B) was created by copying an existing project (Project A), making changes including the assembly...
2
by: Rudy Ray Moore | last post by:
How can I modify the project build order of a multi-project workspace under "Visual Studio .net 2003 7.1 c++"? I tried to modify the .sln by hand to influence the build order, but it didn't seem...
4
by: Brad | last post by:
I'm not one to rant or flame....so please excuse me while I do so for this once. I've now spent a bit of time working with VS2005 beta 2 to see how it functions for web development, especially how...
0
by: public heath vb developer | last post by:
We have a solution with 29 projects including a main menu and 28 dlls. One of the projects (Project B) was created by copying an existing project (Project A), making changes including the assembly...
29
by: Tony Girgenti | last post by:
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer. I'm using a web form. How do I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.