cancel
Showing results for 
Search instead for 
Did you mean: 

Sybase Tables Connection String and Driver

Former Member
0 Kudos

Hi All,

I am posting this question once again, cause I couldn't get a conclusive answer last time. Could someone pls provide me the exact connection and driver strings for Sybase Tables...

Xier

Can someone pls give inputs on this..

Message was edited by:

XIer

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Xier !

Try this:

"jdbc:sybase:Tds:" +host +":" +port +"/" +database

Also maybe this link could help:

http://www.bcarter.com/tip084.htm

Regards,

Matias.

Message was edited by:

Matias Denker

Former Member
0 Kudos

Hi All,

For Sybase Tables, the driver which I need to install on XI server is JConnect. Is that right?

Xier

Former Member
0 Kudos

Hi Xier !

I understand that you are right:

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.ase_15.0.java/html/java/java32.ht...

Taken from Sybase.com:

JDBC drivers

The Sybase native JDBC driver that comes with Adaptive Server supports JDBC versions 1.1 and 1.2, and is compliant with several classes and methods of JDBC version 2.0. See Chapter 8, “Reference Topics,” for a complete list of supported and not supported classes and methods.

<b>If your system requires a JDBC driver on the client, you must use jConnect version 5.5 or later, which supports JDBC version 2.0.</b>

Regards,

Matias.