![]() |
|
| Home | Downloads | Activate | Contact | Forum | Faq | Links |
Posted by Dan Wilson 76.182.39.190 on March 27 2008 19:32:05
In Reply to: Incorrect Primary Keys identified when converting from Access to MySQL posted by Dan Wilson on March 27 2008 19:23:44
Ok I think I found something else interesting. The software seems to accumulate the primary key strings throughout the batch generation. Notice how the list keeps getting larger?
PRIMARY KEY(AssignmentID)
PRIMARY KEY(AssignmentID,submittalID)
PRIMARY KEY(AssignmentID,submittalID,BUID)
PRIMARY KEY(AssignmentID,submittalID,BUID,peopleID)
PRIMARY KEY(AssignmentID,submittalID,BUID,peopleID,peopleAssignedToID)
.....
PRIMARY KEY(AssignmentID,submittalID,BUID,peopleID,peopleAssignedToID,projectID,ID,projectOwnerID,ID,projectTypeID,reportLineID,resourceTypeID,RoleID,SubBUID)
I hope this information was helpful...