Y
Yor
Hi, I want to create a relationship between tables A and B without
referential integrity using the "Microsoft Jet SQL" to create the structure
with a script. When I create with the following sentences:
ALTER TABLE [TablaB] ADD
CONSTRAINT [RL_TablaB_IDA] ([IDA]) REFERENCES [TablaA] ([ID]);
It create the relationship with the referential integrity.
How Can I create the relationship without referential integrity using the
Microsoft Jet SQL?
Thanks
referential integrity using the "Microsoft Jet SQL" to create the structure
with a script. When I create with the following sentences:
ALTER TABLE [TablaB] ADD
CONSTRAINT [RL_TablaB_IDA] ([IDA]) REFERENCES [TablaA] ([ID]);
It create the relationship with the referential integrity.
How Can I create the relationship without referential integrity using the
Microsoft Jet SQL?
Thanks