in reply to Should it be database independent?
Unless you're working on a project that needs database independence -- such as an open source application -- a better goal with this abstraction is encapsulation. It's much easier to work on code that has database access all in one place than strewn about.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Should it be database independent?
by Joost (Canon) on Mar 21, 2005 at 21:29 UTC |