How can I intercept/rewrite Windows ODBC calls?
        Posted  
        
            by Christian Woodward
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Christian Woodward
        
        
        
        Published on 2010-06-18T01:19:13Z
        Indexed on 
            2010/06/18
            1:23 UTC
        
        
        Read the original article
        Hit count: 426
        
I'm looking to modify ODBC calls either directly before hitting the ODBC stack or between the ODBC stack and the dll driver for the connection I am using. For instance, if the application does a SELECT, I want to be able to modify it be SELECT_ALL How can I do that?
© Stack Overflow or respective owner