> I'm new to the .NET framework and I'm trying to write a 
> consumer application that requires data persistence.  It 
> should be lightweight, so it shouldn't require a separate 
> database installation.  It should also not require a 
> commercial license (i.e. it should be free).  Does anyone 
> have any suggestions?

        You could try Firebird and then the embedded version (see
http://firebird.sourceforge.net) and the Firebird.NET provider. Free
open source, and the embedded version simply requires you to have a dll
present in your bin folder and the database in a .fdb file. 

        I do wonder though why it can't cost a dime, or is this a
non-profit project you do for free too? (just wondering)

                Frans.

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
Some .NET courses you may be interested in:

Essential .NET: building applications and components with C#
November 29 - December 3, in Los Angeles
http://www.develop.com/courses/edotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to