In my experience, the "requirement" to be database-neutral is often misguided and completely unnecessary. Why would you switch out your DB?
You can abstract things away using something like a Repository pattern, but the levels of abstraction required often negate any benefit you'd get. All IMO, of course. On Tue, Nov 23, 2010 at 12:31 PM, jack me <[email protected]> wrote: > Hi, > > I have to create a website, but according to some standards. > > - it should be compatible with any database with minimal changes, I googled > and found that i need to implement abstract factory pattern. I have not used > that. > > tell me Am I on right way ? > > any link Where I can found some information about this ..? > > regards, > > > >
