I want to connect to sybase from java using jdbc:odbc bridge..
Which driver should I use like I have used "ODBC for Oracle"
Plz help..

Recommended Answers

All 2 Replies

Do not use the jdbc:odbc bridge for real world systems where performance and features matter, use a type 4 driver like jTDS instead.

Stephen is correct. The JDBC-ODBC bridge should be avoided unless there is absolutely no other driver available.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.