Dear Programmers:
I am going to delete one record , I want to check that if this record has been used in other data , I mean it has been referenced in other table as a foriegn Key . Then before deleting the record it give me an error. I want to use this technique in a stored Procedure which is used to
delete the record.
Thanks in advance.
Regards ,
essa2000
I am going to delete one record , I want to check that if this record has been used in other data , I mean it has been referenced in other table as a foriegn Key . Then before deleting the record it give me an error. I want to use this technique in a stored Procedure which is used to
delete the record.
Thanks in advance.
Regards ,
essa2000