| Author |
Missing non-NULL value
|
sri ramvaithiyanathan
Ranch Hand
Joined: Nov 20, 2010
Posts: 109
|
|
Hi,
I have two table,
TMP_EMP : empid int pk, empname varchar
TMP_EMP_DETAILS : empid int , deptname varchar, residence varchar, fk reference TMP_EMP(empid)
TMP_EMP Entity
TMP_EMP_DETAILS Entity
DBCaller
I am getting below exception, don know where I am going wrong
Please help me to solve this issue.
Regards,
Sriram.V
|
For java examples,ebooks,interview questions,visit this blog
http://periodicupdates.blogspot.com/
|
 |
 |
|
|
subject: Missing non-NULL value
|
|
|