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

Aaron Radich aaron at radich.com
Thu Sep 23 23:48:38 EDT 2010


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


More information about the Gtk-sharp-list mailing list