Advantage Client Engine
Disables referential integrity (RI) enforcement for record insertions and updates.
UNSIGNED32 AdsDisableRI( ADSHANDLE hConnection );
hConnection (I) |
Connection handle. |
AdsDisableRI can be used to temporarily disable referential integrity constraints on the database.
Note Disabling referential integrity constraints can lead to logical data corruption. This API should be used with extreme caution.