Vampyr Bytes Level: Protégé
 Registered: 10-06-2005 Posts: 6
|
Referential Integrity
Hi
I'm writing a program in VB6 which will be able to connect to any Access database and search, add or remove data. As such I need to get all the data about the database during runtime.
So far I've got all the information I need except whether or not referential integrity is enforced on a join. Is there a way to find this out without trying to add data and catching the error returned if it fails?
I'm using ADO objects and methods.
Thanks in advance
Vampyr Bytes
|