|
Why can I insert into a column that is defined as not null |
|
try these . . .
|
|
Why can I insert into a column that is defined as not null |
|
try these . . .
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Tags:
Asked: Oct 29 '09 at 01:01
Seen: 87 times
Last updated: Oct 29 '09 at 13:10
What is the column type or table definition? What is the insert statement you are using?
Column is defined as: LastName(nvarchar(15), not null)
you mean you can insert a NULL value into the Lastname column ?
Post the code you used