jConnect is the Sybase high-performance JDBC driver. Use this tag for questions about programming with Sybase jConnect, and a tag for the DBMS implementation (e.g. MySQL, PostgreSQL, Oracle, MS SQL Server, IBM DB2, etc.) being used with the jConnect driver.
Questions tagged [jconnect]
49 questions
0
votes
5 answers
Connecting to sybase using jdbc in solaris
I am trying to learn how to use jdbc.
Normally to connect to sybase db on solaris I use:
isql -Usa -Pxxxxxx -Dxxxxxx
its gets connected to the db by the above.and i can rightaway execute the queries.
Now i am trying to just do a similar thing using…

user1939168
- 547
- 5
- 20
0
votes
1 answer
MyBatis Sybase config url properties syntax
I can not figure out the correct syntax for my properties.
Any sugestions?
This 4 lines are in my config.properties
url=jdbc:sybase:Tds:localhost:2638?servicename=db
driver=com.sybase.jdbc4.jdbc.SybDataSource
username=myUserName
…

user1416776
- 99
- 2
- 11
0
votes
1 answer
Trying to get sybase db to connect via isql command line.... Gui RazorSQL works
Im using RazorSQL and the settings to connect is
GUI RazorSQL Connections show as
Driver Class net.sourcefourge.jtds.jdbc.Driver
Driver Location /Java/drivers/jtds/jtds12.jar
JDBC URL jdbc:jtds:sybase://IP-address:4100/DATABASE
LINUX…

j0hnny
- 57
- 1
- 10
-1
votes
1 answer
Exception in connection to the database using jconnect in Java
I get this exception when my code comes to this line. I use a java program to update my joomla website but suddenlly it didnt work and I got some thing is wrong with database connecting.
if (this.db.isExists("ziz9c_content", "alias", this.alias))…

Arad
- 29
- 4