.net - Embedded databases for ASP.NET -


i need embedded database solution can used within asp.net application. unfortunately, seems sql server compact edition not support asp.net , web host not avail me sql server. ms access option. have better open source solutions. thank you.

there quite few options:

  1. sql server compact 4.0. works asp.net, check this blog entry.
  2. sqlite, works asp.net, connection sqlite connector site.
  3. firebird. provider, article
  4. db4o
  5. vistadb
  6. mysql embedded

i recommend sqlite.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -