Re: DataBase
John.Arthur_at_gmail.com
Date: 12/02/04
- Next message: Christoph Nahr: "Re: Why C++ is faster than C# for .NET apps"
- Previous message: Sharon: "How to make Atomic timer callback?"
- In reply to: Andrew J. Kelly: "Re: DataBase"
- Next in thread: Andrew J. Kelly: "Re: DataBase"
- Reply: Andrew J. Kelly: "Re: DataBase"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: Christoph Nahr: "Re: Why C++ is faster than C# for .NET apps"
- Previous message: Sharon: "How to make Atomic timer callback?"
- In reply to: Andrew J. Kelly: "Re: DataBase"
- Next in thread: Andrew J. Kelly: "Re: DataBase"
- Reply: Andrew J. Kelly: "Re: DataBase"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|