G
Guest
I am creating a .NET (C#) application that needs to store a small amount of
user- and customer-specific information in a file-based central repository.
I say "file-based" b/c requiring a DB server is not an option. The amount of
data is small (1-2 MB/user) but some of it is shared across users (hence the
multiuser requirement). Users also have to be prevented from changing each
other's data (I think that rules out XML files).
Microsoft doesn't seem to have a DB offering for this need, except MS
Access/Jet which MS is discouraging use of in .NET development (see recent
SQL Server Express articles).
Any ideas? Am I forgetting something or do I need to look at 3rd party
offerings? If so, any suggestions for libraries/productsc? Thanks.
user- and customer-specific information in a file-based central repository.
I say "file-based" b/c requiring a DB server is not an option. The amount of
data is small (1-2 MB/user) but some of it is shared across users (hence the
multiuser requirement). Users also have to be prevented from changing each
other's data (I think that rules out XML files).
Microsoft doesn't seem to have a DB offering for this need, except MS
Access/Jet which MS is discouraging use of in .NET development (see recent
SQL Server Express articles).
Any ideas? Am I forgetting something or do I need to look at 3rd party
offerings? If so, any suggestions for libraries/productsc? Thanks.