.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:
- sql server compact 4.0. works asp.net, check this blog entry.
- sqlite, works asp.net, connection sqlite connector site.
- firebird. provider, article
- db4o
- vistadb
- mysql embedded
i recommend sqlite.
Comments
Post a Comment