Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Built-in, lightweight, free distributable database
Message
 
 
À
20/05/2005 13:10:14
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
01015465
Message ID:
01016285
Vues:
10
Hi, David.

>I was really hoping for something really lightweight, with nothing additional to install. My preference is really MS Access. I don't want to install anything additional, if I can get away with it, and I don't want to license anything. I really just want to know what is the best way to store my data, given my needs, that I already have. The utility that this program will provide its users is enough that they really won't care if it runs efficiently or quickly.
>
>It will just be a winform app that runs on a client, no service or network connections, and is only run maybe 5-10 times a year. I don't need the database to be powerful, efficient, or scalable. Honestly, since I only expect to have 2 or 3 tables in it, with only 1000 or so records in each, maybe I should consider just using XML and loading that in and out of a dataset and doing all queries on the DataSet's DataTables.

Well, if it is not a database application and you just need to have some mostly static data and configuration, XML could be the closest thing you have. Access or Jet is not necesarilly there, but providing the customers have the .NET framework installed, you can do whatever you need with XML, of even Text files. In any case, for short data volumes, XML would provide much more flexible manipulation.

Best luck,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform