Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
The first 2 are most likely being caused by an invalid default value constraint on a field within those tables. The default value must be wrapped in parenthesis like this: (''), not just plain like this: '' As for the 3rd error, it looks like one of the fieldnames is blank... it should not have imported if the field was blank, but you might check the table for strange values within the default values as well.
|