0x00740001 (7602177) The PRIMARY KEY column is not part of the referenced database's primary key: Column-Name.

Explanation

DBMS-specific processing code indicates that the column that was identified as part of the primary key for a table does not map the database or file system primary key. The determination of what constitutes the primary key is based on other information that was specified in the CREATE TABLE statement or that was obtained during the verification of the information that was supplied. Because the information that was used to generate this message might be limited, or the target database or file system might not support key information, this warning message might not indicate an error condition.

User response

No action is required.