<<I use NHibernate 2.0. Perhaps it work for you with 1.2 ?>>

I use nh 2.0

Maybe some limitation of the dialect? I haven't tried it on ms access.

________________________________________
Från: [email protected] [EMAIL PROTECTED] f&#246;r Papy [EMAIL PROTECTED]
Skickat: den 20 oktober 2008 20:06
Till: nhusers
Ämne: [nhusers] Re: System.String property with fixed length

Roger Kratz :

I want an Microsoft Access column nvarchar(n).
The mapping is:

<property name="Password"                  column="[password]"
access="field.pascalcase-underscore" not-null="false"
type="System.String" length="15" insert="true" update="true"/>

If I use  length="15"  I get an error.
If I delete it, no problem.

I use NHibernate 2.0. Perhaps it work for you with 1.2 ?

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