E ehx ehx Jul 8, 2005 #1 In designing a web application, what is the significant in creating a single DAL vs multiple DAL in a single project . Thanks ehx
In designing a web application, what is the significant in creating a single DAL vs multiple DAL in a single project . Thanks ehx
P Peter Rilling Jul 8, 2005 #2 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.
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.