Joined: Wed Dec 13, 2006 7:12 pm Posts: 1
|
Bug NHibernate and BD Access (Jet problem)
Hibernate version: NHibernate 1.0.3
When you use the field name 'Password' in a phisical table!
this is an example, here you have a SQL sentence could not insert: [NH01.User#ID_13/12/2006 18:00:40] [SQL: INSERT INTO TB_Usuarios (Nombre, Password, EmailAddress, LastLogon, UsuariosId) VALUES (?, ?, ?, ?, ?)]
Change de name of the flied Password and the problem will be solved.-
the problem is in the class JetDbCommand in the method ExecuteNonQuery
[/b]
|
|