A
Atlas
Is there a way to manage in the .adp VB code the ADO warnings?
Example:
If you try to delete a record that conflicts with cascaded deletes rules you
get an error like "DELETE statement conflicted with COLUMN REFERENCE
constraint ....." bla bla bla.
Any hint ? I undesrtand you could go for a query-before-delete approach
but......
Example:
If you try to delete a record that conflicts with cascaded deletes rules you
get an error like "DELETE statement conflicted with COLUMN REFERENCE
constraint ....." bla bla bla.
Any hint ? I undesrtand you could go for a query-before-delete approach
but......