Re: XML and the Datagrid

From: Cor (non_at_non.com)
Date: 02/02/04


Date: Mon, 2 Feb 2004 23:48:23 +0100

Hi Solex,

I think I have had a time the same idea about XML as you.

However, it is to use as database nothing more than a very efficient text
file.
I find it, when it is in memory, exactly as good as the database, because it
uses the same procedures. In addition, when you do not use it as dataset,
you can even do more.

I wished that the complexity from an XML file was in a real database system.

The problem now is for me, that you cannot change items in an XML file while
it stays on disk. You have to read and write it streaming (although in one
time the whole file).

If you use it to get some data out the database, update it and write it back
as it is used now, it is in my opinion a good solution and also very good
usable in a web service where it is used as transport media for that data.

I can think on an option to make small XML files, which holds the data in
good organized small files as it done with some system information.

My problem is specially that when you are using it frequently and you have a
write error with a big XML file, while your recovery is not very well, you
are losing everything, you can make temporary files of course, but when you
use it very often, I think that will fail also.

It is in my opinion the best thing to describe and hold data until now and I
wished that the things I describe above were wrong. Than I get a total
different opinion about your question.

But just my thought about it today,

Cor



Relevant Pages

  • Re: XML parser and writer
    ... them on a calendar. ... Therefore I will need to both easily parse and write new XML files. ... why not some database technology? ... an advanced user can edit the XML file directly at ...
    (comp.lang.java.programmer)
  • Re: GWBASIC conversion
    ... A small Access MDB database actually wouldn't be too hard to ... But if you really aren't interested in a database, XML would be ... there's a lot of good info and samples in MSDN Help. ... I realize that's strictly an opinion, ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Special Characters not resolving
    ... starting data at the origin in an ORacle database is 2000 characters. ... When the XML isdelivered to me on disk and I load an ... Obviously I need to find either a way to have the XML file provider strip ...
    (microsoft.public.dotnet.xml)
  • Re: dynamic class instantiation
    ... I think mixing XML, ... LDF to python parser is a LOT ... This xml file is then fed into the database at the ...
    (comp.lang.python)
  • Re: XML and the Datagrid
    ... series of database tables. ... XML seems to provide a good data store specifcation when it is applied to ... > I wished that the complexity from an XML file was in a real database ... > as it is used now, it is in my opinion a good solution and also very good ...
    (microsoft.public.dotnet.languages.vb)

Loading