Re: DataBase

John.Arthur_at_gmail.com
Date: 12/02/04


Date: 2 Dec 2004 01:42:40 -0800


I am preaty new to ADO.NET, so let me see if I get it right.
So if I have some kind of a DataSet I will be able to save it in a
XML.Next time I start the aplication I will be able to load it in the
DataSet, so whe whole data will be in the memory.
But how I will run a select query against this data set?

And do you know something a databse that comes directly with windows. I
heard something that dbase in the newest version of windows is fully
suported.

Thankes.

Andrew J. Kelly wrote:
> 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. ... 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)