English 中文(简体)
• 设法通过舱面指挥线连接Sybase db。 Gui RazorSQL工程
原标题:Trying to get sybase db to connect via isql command line.... Gui RazorSQL works

采用RazakSQL和连接环境

GUI RazorSQL 链接显示

 Driver Class  net.sourcefourge.jtds.jdbc.Driver

 Driver Location  /Java/drivers/jtds/jtds12.jar

 JDBC URL   jdbc:jtds:sybase://IP-address:4100/DATABASE

LINUX联线显示

<>/>。

[Serverconnection]

    host = 10.10.10.10
    port = 4100
    tds version = 8.0
    dump file = /var/log/freetds.log

/etc/odbc.ini

[Serverconnection]

     Driver          = /usr/local/freetds/lib/libtdsodbc.so
     Description     = Sybase JDBC Server
     Trace           = No
     Server          = 10.10.10.10
     Database        = SYB
     Port            = 4100
     TDS_Version     = 5.0

最终目标是连接Sybase db Via的指挥线,以便将其建在双面上,但似乎通过ISQL与它连接起来。

不能确定是否有驾车需要或确实需要。

问题回答

更改贵重bc.ini文档和使用 页: 1 这表明贵方的好奇尼向各位自由人士提出。 接线文件,载于[Serverjointion]。 不管怎样,你们都知道。 无需在你的血清中重复。





相关问题
MaxPooledStatements setting in JDBC oracle

I can t figure out how to set MaxPooledStatements in Oracle using the Oracle thin JDBC driver. Could someone point me in the right direction?

pass ResultSet from servlet to JSP

I am doing the following in my SampleServlet.java //Fill resultset from db .... try { ArrayList Rows = new ArrayList(); while (resultSet.next()){ ArrayList row = new ArrayList(); ...

How to correctly use ResultSet with h:dataTable

The problem is, that after displaying the ResultSet with <h:dataTable>, the connection is left open. If I close it, it closes the ResultSet too. I m thinking about copying the ResultSet data ...

Mysql session variable in JDBC string

am using this connection string to connect to mysql from java: jdbc:mysql://localhost:3306/db?noDatetimeStringSync=true&useUnicode=yes&characterEncoding=UTF-8 is it possible to set the ...