Table insert order precedence setting?
mfc2mfc2
Posts: 17 Bronze 2
Is there a feature I am overlooking in DataCompare 7.1 that would allow me to set a table insert order precedence constraint? For example, when synchronizing the ASP.NET user accounts tables I would want inserts into aspnet_Users tables to happen before inserts into aspnet_Membership or I will get a foreign key error.
Comments
"userid in (select userid from aspnet_users)"
But I don't think I can reference the destination table in the WHERE clause, so this won't work.