I love adding a complex query in oracle and in mysql. All levels of abstraction 
still need to get the proper syntax for the db. 

YMMV

Sent from my iPhone
Stephen Russell
901.246-0159


On Nov 23, 2010, at 10:12 AM, Jamie Fraser <[email protected]> wrote:

> 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,
> 
> 
> 
> 

Reply via email to