Posted 3/12/2008 5:50:27 PM | | | I'm trying to update a field on a contact record, I've got a database with just two columns, the contactnumber (matching on) and the companytype (field I'm updating) that I'm linking to with ODBC, the connection seems to work OK.
I've got the value I'm trying to change in the field mapping, the match criteria set (contactnumber = contactnumber), nothing in relations. I've got it set to update on match only, ignore otherwise.
When I run validation I get an error on every record, in the log it shows -
ContactUnexpected error doing import (CountMatches): System.Data.SqlClient.SqlException: Invalid object name 'FilteredContact'.
Any clues?
Thanks in advance |
| |
|