D
dermot
Hi,
I have a vb.net application accessing a SQL Server 2005 Database.
It applys changes to the database using stored procedures.
Updates and Inserts are working fine.
Parent Table = Customers, Child Table = Orders
However if I delete a record from the parent table, customers I get a
concurrency error (fired when I try to update the child table). I
think the reason is in SQL Server 2005 the deletes automatically
cascade, but the VB application is trying to delete that customers
orders as well.
Anyway to stop that. I have a strongly typed dataset.
Regards,
Dermot
I have a vb.net application accessing a SQL Server 2005 Database.
It applys changes to the database using stored procedures.
Updates and Inserts are working fine.
Parent Table = Customers, Child Table = Orders
However if I delete a record from the parent table, customers I get a
concurrency error (fired when I try to update the child table). I
think the reason is in SQL Server 2005 the deletes automatically
cascade, but the VB application is trying to delete that customers
orders as well.
Anyway to stop that. I have a strongly typed dataset.
Regards,
Dermot