Hi, Just wondering is it is possible to tell NHibernate to create the database if it doesn't exists. Obviously, SchemaExport should not do it (and it doesn't).
So lookead at Dialect but it doesn't look it has any interface to do that. Currently I workaround it by using my own interface where I create command and run "create database" query. It works ok, but just want to make sure if this is correct approach not to do the work twice if NH already can do that. Cheers. Dmitriy. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
