How do I set up a SyBase Driver?

View some of the Frequently Asked Questions to our support staff. Included are some tips and tricks making this forum ideal for users getting started with GoAnywhere Director. Note: Users can reply to existing topics but only our support staff can add new topics to this forum.
1 post Page 1 of 1

Support_Duane

Support Specialist
Posts: 66
Joined: Thu Mar 05, 2009 3:49 pm

Post by Support_Duane » Tue Mar 10, 2009 10:52 am
The connection string that Sybase driver needs uses a non-standard format. Instead of using semi colons to separate the connection properties, Sybase uses Ampersands. Also, do not use “/databasename”, instead specify it using SERVICENAME connection property. So, try a connection string like below:

jdbc:sybase:Tds:myserver:1234?JCONNECT_VERSION=5&APPLICATIONNAME=GoAnywhere&SERVICENAME=mydatabase

If this does not work, you will have to contact your Database vendor.
1 post Page 1 of 1