Click here to Skip to main content
15,889,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in nhibernate
its giving me this error

SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.

when i am inserting data into child table where one to many relation is available
(foreign key relatoinhship)


and in parent class there is
one to many relation available
Posted
Updated 3-Mar-13 2:15am
v2
Comments
Maciej Los 3-Mar-13 8:17am    
Please, be more specific and provide more details, for example, query-string.
Ankit_Sharma1987 3-Mar-13 9:06am    
Can You Show Me Your Code? Please

1 solution

I think you don't have some DateTime value set and therefore you are inserting default(DateTime) value, which is 1/1/0001. SQL Server can't insert this value.
 
Share this answer
 
Comments
qasimidl 3-Mar-13 10:02am    
how to solve this
Matej Hlatky 3-Mar-13 10:05am    
I don't know your model. Check if all your DateTime properties of all entities you are inserting into db have value.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900