Re: DataBase

From: Andrew J. Kelly (sqlmvpnooospam_at_shadhawk.com)
Date: 12/01/04


Date: Wed, 1 Dec 2004 11:52:46 -0500

You can use XML to store the data pretty easily. If you build the tables
with ADO.net you can import or export the data to XML. For a small
application without a real db I think it is better than a flat file.

-- 
Andrew J. Kelly  SQL MVP
"John Arthur" <John.Arthur@gmail.com> wrote in message 
news:a88731b6.0412010819.6f4c1567@posting.google.com...
> Hi,
>
> I need to create a small application that uses a file to write and
> store some data and then uses this data. What I actually need to know
> is it posible to create this as a database and create tables in it,
> and then read info from this tables with "select" - some kind of a
> database, but I need it not to use any SQl server. Just a file to
> write in. May be some kind of a .dat file.  I heard the Windows has
> samething like that build in. So if I uses C# may be I will be able to
> use it?
> Can someone help me with that.
>
> Thankes. 


Relevant Pages

  • Re: SQL SERVER
    ... It's not only an Explorer problem. ... number of files you need to store: it's the same problem in every file ... Here is sample you want for why storing XML in a database: ... XML column of the table the definition you want (it's not relational any ...
    (microsoft.public.sqlserver.msde)
  • Re: DataBase
    ... > You can use XML to store the data pretty easily. ... > with ADO.net you can import or export the data to XML. ... > Andrew J. Kelly SQL MVP ... >> database, but I need it not to use any SQl server. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: RSS SQL tables
    ... optimal database structure. ... Define all the elements you want to store. ... xml does not translate well to a relational database. ...
    (comp.databases)
  • XML in DataBase
    ... We need to store an entire XML document intact (not breaking the ... the SQL database to the file). ...
    (microsoft.public.sqlserver.xml)
  • Re: storing data in xml?
    ... >>I want to store a few informations the user entered on my website. ... >>However I don't want to use a MySQL database for this. ... > service, etc. then use XML. ... format for storage and retrieval. ...
    (alt.php)