scorpioer 发表于 2007-11-28 10:31

Linux下运行isql不能进入数据库的问题

输入isql,回车,出现下面的提示:(是不是哪里没有配置到呢???还请不吝指教!谢谢)
# isql

**********************************************
* unixODBC - isql                            *
**********************************************
* Syntax                                     *
*                                          *
*      isql DSN ]       *
*                                          *
* 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               *
* --versionversion                         *
*                                          *
* Notes                                    *
*                                          *
*      isql supports redirection and piping*
*      for batch processing.               *
*                                          *
* Examples                                 *
*                                          *
*      cat My.sql | isql WebDB MyID MyPWD -w *
*                                          *
*      Each line in My.sql must contain      *
*      exactly 1 SQL command except for the*
*      last line which must be blank.      *
*                                          *
* Please visit;                              *
*                                          *
*      http://www.unixodbc.org               *
*      pharvey@codebydesign.com            *
*      nick@easysoft.com                     *
**********************************************

#

大梦 发表于 2007-11-28 22:55

用informix用户,isql在informix的bin下面
这个isql是linux下和odbc带的,此isql非informix的isql
页: [1]
查看完整版本: Linux下运行isql不能进入数据库的问题