Testing ODBC.INI entry in Linux

0

Syntax :                               
                                           
     isql DSN [UID [PWD]] [options]        
                                           
Options                                    
                                           
-b         batch.(no prompting etc)        
-dx        delimit columns with x          
-x0xXX     delimit columns with XX, where  
           x is in hex, ie 0x09 is tab     
-w         wrap results in an HTML table   
-c         column names on first row.      
           (only used when -d)             
-mn        limit column display width to n 
-v         verbose.                        
-lx        set locale to x                 
-q         wrap char fields in dquotes     
-3         Use ODBC 3 calls                
-n         Use new line processing         
--version  version                         
                                           
Commands                                   
                                           
help - list tables                         
help table - list columns in table         
help help - list all help options          
                                           
Example:                                
                                           
isql -v DATUM luciddl Lucid2015