Mary
Sat Feb 07 08:48:29 CST 2004
You have to define it on your relationships, the same way you did in
Access/Jet. There's nothing automatic about it in either product. See
SQL Books Online, CREATE TABLE topic, FOREIGN KEY constraint.
-- Mary
MCW Technologies
http://www.mcwtech.com
On Thu, 5 Feb 2004 11:10:33 -0500, "VB Programmer"
<growNO-SPAM@go-intech.com> wrote:
>I am trying to delete a record from a database using ADO.NET (with VB.NET),
>but because there are relationships defined in my MSDE db it produces a
>referential integrity error.
>
>In Access it automatically cascade deletes! How can I do this with MSDE?
>