Data Access Layer DAL

  • Thread starter Thread starter ehx ehx
  • Start date Start date
E

ehx ehx

In designing a web application, what is the significant in creating a
single DAL vs multiple DAL in a single project .
Thanks

ehx
 
Can you describe your design more. This would really be a coding style, I
suppose. Personally, I have never seen a project with multiple data layers
in the same project. Most project have a single purpose and call a single
database.
 
Back
Top