N
Nemisis
Hi everyone,
Wonder if anyone can shed some light on how i should setup cascade
deletes of object data within my database.
One option is to use SQL triggers, is this a good idea? Should the
logic be in my business layer instead? or maybe even the data access
layer?
I also have the problem when performing an insert. If i insert a
record into one table, i also need to insert other values into foreign
key tables. Again, where do i do this?
This is my first 3 tier application and i am not sure which way i
should set this up, so any help would be greatful.
Thanks in advance
Wonder if anyone can shed some light on how i should setup cascade
deletes of object data within my database.
One option is to use SQL triggers, is this a good idea? Should the
logic be in my business layer instead? or maybe even the data access
layer?
I also have the problem when performing an insert. If i insert a
record into one table, i also need to insert other values into foreign
key tables. Again, where do i do this?
This is my first 3 tier application and i am not sure which way i
should set this up, so any help would be greatful.
Thanks in advance