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 - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
