hi...
im working with vb.net
can u guys help me..
i want to delete a record from table A, but this table got relation with table B.
i only can delete if table A not related with table B
this is my code:
ExecuteSqlCommand("delete from area where tareaname='" & areaname & "'")
CloseSqlRead()
and if i run this error msg will out "The record cannot delete or change because "table A" includes related record"
how do i do?
please help me out
thanks