How to convert an application to be a database independent app ?
        Posted  
        
            by 
                Eslam
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Eslam
        
        
        
        Published on 2012-07-03T21:47:11Z
        Indexed on 
            2012/07/05
            3:16 UTC
        
        
        Read the original article
        Hit count: 323
        
I have a java web application that has informix DB as it's back end database , now i take a decision to make my app work with SqlServer so i changed all the informix related syntax into SqlServer, and i may take a decision in the future to switch into oracle so the pain will be repeated again and again, as a result i decided to make my application a DataBase independent one that's able to work with any DB vendor smoothly, but i have no idea till now about how to do that, so your ideas is welcomed.
© Stack Overflow or respective owner