Re: What's a good database for a really simple app?
- From: "m.posseth" <posseth@xxxxxxxxx>
- Date: Tue, 3 Jan 2006 18:41:17 +0100
well if it is a small amount of data
you could also create the stuff as a object database and just serialize
and deserialize it to disk on startup and shutdown of your app
or just throw everything in a dataset and retrieve and store it to XML
regards
Michel Posseth [MCP]
"dgk" <dgk@xxxxxxxxxxxxx> schreef in bericht
news:hk9lr15c4rpt99rhpmpfr5j3bu68ldc3nk@xxxxxxxxxx
> On Tue, 3 Jan 2006 17:14:22 +0100, "Cor Ligthert [MVP]"
> <notmyfirstname@xxxxxxxxx> wrote:
>
>>dgk,
>>
>>A search in this newsgroup will surely give you this link, as well has
>>Paul
>>Clement written a lot about this.
>>
>>http://www.vb-tips.com/default.aspx?ID=e76b8450-4c8a-4662-8f41-d6dda3c888c8
>>
>>The same kind of samples are on our website for SQLServer and MySQL
>>
>>I hope this helps,
>>
>>Cor
>>
> Yes, that's the one. You had posted it two years ago. Still, what's
> the downside of creating a dataset in memory? My thought is to check
> if it's on disk at startup, create it if not, and serialize it as the
> app is shut down. I think that there's even an option to serialize it
> in a binary format now but XML would be sufficient. All I need are a
> few tables and if there are even a hundred rows for any of them I will
> be (happily) surprised.
>
> It's kind of like having a database without any database software at
> all. No versioning problems, no deployment issues. It won't work for
> anyone needing even a two user app, but for a single user app it
> should work.
>
> Of course, I can't use Access to look at it in a pinch. But maybe I
> can. Access can probably import a database from XML, and if not, it
> should be able to.
.
- References:
- What's a good database for a really simple app?
- From: dgk
- Re: What's a good database for a really simple app?
- From: I Don't Like Spam
- Re: What's a good database for a really simple app?
- From: dgk
- Re: What's a good database for a really simple app?
- From: Cor Ligthert [MVP]
- Re: What's a good database for a really simple app?
- From: dgk
- What's a good database for a really simple app?
- Prev by Date: Re: System IO download cutting at 20mb
- Next by Date: Re: Removing repeated terms - please help...
- Previous by thread: Re: What's a good database for a really simple app?
- Next by thread: Re: What's a good database for a really simple app?
- Index(es):
Relevant Pages
|