Atw,
You were looking for a free database solution that supports very large databases, is ANSI-92 compliant etc.
Take a look at Sql lite
A single windows dll of a few hundred K makes up the complete database.
Hope this is helpful.
DP.
Oh, and it can be used directly with .NET, there are various means and ways on the site.
www.sqlite.org/cvstrac/wiki?p=SqliteWrappers
You were looking for a free database solution that supports very large databases, is ANSI-92 compliant etc.
Take a look at Sql lite
A single windows dll of a few hundred K makes up the complete database.
Hope this is helpful.
DP.
Oh, and it can be used directly with .NET, there are various means and ways on the site.
www.sqlite.org/cvstrac/wiki?p=SqliteWrappers
Comment