Groups | Blog | Home
all groups > dotnet datatools > may 2006 >

dotnet datatools : light .NET database library?


Mochuelo
5/30/2006 8:16:24 PM
Hi,

I want to develop an application that will need some degree of
database functionality, but I don't want to ask the end customer to
install MySQL or MS SQL Server. I don't need powerful SQL syntax, and
the tables would be small enough so that they could perfectly fit
entirely in RAM. Does anyone know of a light .NET database library
that I could use to provide this minimal degree of database
management, so that the customer does not have to install an extra
package?

I was thinking about writing a C# class that would provide this
functionality, but I'm sure someone else has already done this before.

Michael Nemtsev
5/31/2006 12:00:00 AM
Hello Mochuelo,

Try to use DataTable for this and serialize data to the disk with WriteXml()/ReadXml
methods

M> I want to develop an application that will need some degree of
M> database functionality, but I don't want to ask the end customer to
M> install MySQL or MS SQL Server. I don't need powerful SQL syntax, and
M> the tables would be small enough so that they could perfectly fit
M> entirely in RAM. Does anyone know of a light .NET database library
M> that I could use to provide this minimal degree of database
M> management, so that the customer does not have to install an extra
M> package?
M>
M> I was thinking about writing a C# class that would provide this
M> functionality, but I'm sure someone else has already done this
M> before.

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch

AddThis Social Bookmark Button