We are going to be using NHibernate as the interface between a WPF application and a backing SQLite data store. The SQLite db files will be created dynamically on a site our users can access do download a particular file. The basic process I am envisioning at this point is:
1. Load out object model from the backing data system (in this case an Oracle database) 2. Save the object model via NHibernate to a temp SQLite file 3. Serve this file back to the user Is there a way I can modify step 2 so that I only save the DB to memory stream and then dump that stream back to user via the response object? -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
