Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Primary key allow null values??

Former Member
0 Kudos

hi all,

I created ztable stu_info ,in that stu_no is primary key . this field allow null value also, i put a foreign key in other table.

I tick the field initialization for stu_no in dictionary.

stu_no primark key allow null values why??

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

After the chek box for primary key there is one more check box ..u have to check that to avoid having null values..

check box of initial values ...

Regards

5 REPLIES 5

Former Member
0 Kudos

Hi,

After the chek box for primary key there is one more check box ..u have to check that to avoid having null values..

check box of initial values ...

Regards

Former Member
0 Kudos

heading is Initial values..check that to avoid null values...

0 Kudos

THANK YOU VERY MUCH!!!

0 Kudos

This message was moderated.

Former Member
0 Kudos

hi all.........

Actually there is something called intial values for each data type.

for char it is space and numc is 0.

so when wver u dont give any value it takes the initial value.

Thanks