Answers
Jan 05, 2007 - 06:59 AM
Jan 06, 2007 - 05:28 AM
I think it was a problem of an id column in the database not being auto-numeric.
Jan 06, 2007 - 05:57 AM
You can acomplish that in nhibernate configuration:
value="create"
/>
(don't forget to change the db location, or you'll fubar your current db)
Jan 06, 2007 - 08:34 AM
You get the points for that...
Add New Comment