How do I create a DSN for ODBC in Linux?
        Posted  
        
            by deadprogrammer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by deadprogrammer
        
        
        
        Published on 2008-12-30T20:14:41Z
        Indexed on 
            2010/05/17
            13:20 UTC
        
        
        Read the original article
        Hit count: 353
        
I am digging around in a Linux application that supposedly uses DSNs to connet to SQL Server. The connection stopped working and I can't find the credentials that are being used (all I know is the DSN's name).
I am familiar with DSNs in Windows, but how are they created and where are they stored in Linux?
© Stack Overflow or respective owner