why would sql throw an error when nulls are allowed?

JN

Member
Joined
Feb 25, 2008
Messages
69
Reaction score
0
Points
6
when i add a table, it imports 250 rows but, when it gets to 251 it no longer imports since there is a null(not the primary key), the thing is that i put for the code to allow nulls so why would it be throwing an error? when it gets here all my data is like so:
5875,36507,Bay Minette,AL,334
some at the end do not have the numbers like 334 but in that portion, it is allowed to have nulls
 
Back
Top