2009/6/19 nautic20 <[email protected]>

>
> Thanks German!


mmmm take care Anthony...
What Germán sent you is only a part of the story.
Reading your mail I think you should use SchemaExport and/or SchemaValidator
to verify what NH "think" is the DB.

Create a new empty db and then run
var conf = new Configuration().Configure();
new SchemaExport(conf).Create(false, true);

NH will create all needed tables depending on your mappings.
Also check this wiki
http://nhforge.org/wikis/howtonh/your-first-nhibernate-based-application.aspx

-- 
Fabio Maulo

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to