Advantage Client Engine
Disables unique key enforcement for record insertions and updates.
UNSIGNED32 AdsDisableUniqueEnforcement(ADSHANDLE hConnection);
hConnection (I) |
Connection handle. |
AdsDisableUniqueEnforcement can be used to temporarily disable the maintenance of unique key indexes on all tables associated with the connection.
Note Disabling unique key maintenance can lead to logical data corruption. This API should be used with extreme caution.