[Gtk-sharp-list] Embedded DB or Cached Dataset

Natalia Portillo claunia at claunia.com
Sun Sep 26 18:16:32 EDT 2010


I would recommend SQLite, it's fast, it can be embedded, supports SQL92 syntax, and it's really small.

El 24/09/2010, a las 04:48, Aaron Radich escribió:

> I'm creating an embedded Mono GTK# application that needs to maintain  
> a single table with 100K records in it.  What's the best way to go  
> about doing this?  Can you save a DataSet to disk and then load it  
> when the application starts up?  Or, would it be better to install a  
> DBMS on the computer that will run the embedded application?  The  
> computer will have access to the internet, but it may be intermittent  
> and i therefore want to persist the 100K record table with the  
> application.  Any suggestions would be greatly appreciated.
> 
> Aaron
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list



More information about the Gtk-sharp-list mailing list