That is what I'm currently using. mysqldump.exe to get a dump of the database and mysql.exe to restore the dump. But that only works on mysql databases.
My boss wants that the code works for any databases hooked to nhibernate. Ie not only mysql but also mssql/etc On Thursday, September 6, 2012 2:38:11 PM UTC+2, Ramon Smits wrote: > > > You are referring to a generic way to export/import a complete data set I > think. For example, doing an export of your app running against mysql and > importing that data into an instance running agains mssql. > > Correct? > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To view this discussion on the web visit https://groups.google.com/d/msg/nhusers/-/tWDwmifgOLkJ. 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.
