S
S Davis
Hey guys,
So all I am trying to do is append some data into a table here. Out of
13,000 records I am only allowed to append 901 of them, with the rest
saying that they violate a validation rule. Thing is, neither one of
my tables has any validation rules associated with it.
My steps to resolving this so far:
Check for validation rules on both tables - none exist that I can see
Check field length size on all fields - some were different. Changed
them to be equal, and still get the same error
Strip out accepted vs not-accepted records and try to distinguish any
differences - there must be something in there, but I can not tell at
all. To my eye, and with excel's aid, they are for all intents and
purposes of the same data type and very similar
Unfortunately I can not post up any of the information causing
problems, and simply making up.
Alright, I've done a bunch more analysis and I cant believe this didnt
jump out at me at first, but it seems that if any of the records has a
Null value in any of the fields, it is rejected. So, how do I go about
appending this information even with the Null valies?
So all I am trying to do is append some data into a table here. Out of
13,000 records I am only allowed to append 901 of them, with the rest
saying that they violate a validation rule. Thing is, neither one of
my tables has any validation rules associated with it.
My steps to resolving this so far:
Check for validation rules on both tables - none exist that I can see
Check field length size on all fields - some were different. Changed
them to be equal, and still get the same error
Strip out accepted vs not-accepted records and try to distinguish any
differences - there must be something in there, but I can not tell at
all. To my eye, and with excel's aid, they are for all intents and
purposes of the same data type and very similar
Unfortunately I can not post up any of the information causing
problems, and simply making up.
Alright, I've done a bunch more analysis and I cant believe this didnt
jump out at me at first, but it seems that if any of the records has a
Null value in any of the fields, it is rejected. So, how do I go about
appending this information even with the Null valies?