Hi,
Does anyone know if it is possible to temporarily disable a constraint in access? I know that t-sql does not support "DEFERRABLE INITIALLY DEFERRED" but is there a workaround? (short of removing a constraint and then creating it again afterwrds, I wouldn't like to do that for every transaction)
I'm using ADO to connect to the db, but couldn't find anything there either.
any help greatly appreciated.
Jesse
Does anyone know if it is possible to temporarily disable a constraint in access? I know that t-sql does not support "DEFERRABLE INITIALLY DEFERRED" but is there a workaround? (short of removing a constraint and then creating it again afterwrds, I wouldn't like to do that for every transaction)
I'm using ADO to connect to the db, but couldn't find anything there either.
any help greatly appreciated.
Jesse