cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I download the jconn4.jar for SQLA 16

thomas_duemesnil
Explorer
0 Kudos

Hello.

From the SQLA 16 Documentations:

The jConnect JDBC driver

The jConnect driver is available as a separate download at [external link] http://www.sybase.com/products/allproductsa-z/softwaredeveloperkit/jconnect. Documentation for jConnect can also be found on the same page.

To use JDBC from an applet, you must use the jConnect JDBC driver to connect to SQL Anywhere databases.

Is there an updated Link available ?

Kind regards

Thomas

Accepted Solutions (1)

Accepted Solutions (1)

JasonHinsperger
Advisor
Advisor
0 Kudos

JConnect is part of the SDK for ASE, downloadable from SAP Service Marketplace.  You can find details on the exact location here:

--Jason

JasonHinsperger
Advisor
Advisor
0 Kudos

Actually, after more seaching, I found out that the ASE SDK is available for free download from the SAP Store:

https://store.sap.com/sap/cpa/ui/resources/store/html/SolutionDetails.html?pid=0000013451&catID=&pcn...

Hope this helps,

--Jason

Answers (1)

Answers (1)

jeff_albion
Employee
Employee
0 Kudos

Hi Thomas,

Jason's answer is correct for those who have an SAP license for the ASE SDK. If you do not have a license, the way to obtain jConnect is through the ASE Developer's edition which contains a copy of jConnect 16.0:

Directory of \ase_1600_x64\jConnect-16_0\*
18/11/2014  13:41         <DIR>    .
18/11/2014  13:41         <DIR>    ..
18/11/2014  13:41         <DIR>    classes
18/11/2014  13:41         <DIR>    devclasses
18/11/2014  13:41         <DIR>    docs
18/11/2014  13:41         <DIR>    gateway2
18/11/2014  13:41         <DIR>    sample2
18/11/2014  13:41         <DIR>    sp
18/11/2014  13:41         <DIR>    tools
12/11/2013  17:08           1,462  index.html
14/12/2009  13:33          15,121  netimpct.gif
20/03/2014  13:17             120  version.txt

java -jar classes\jconn4.jar
jConnect (TM) for JDBC(TM)/16.0 PL01 N-OFF (Build 27031)/P/EBF22531/JDK 1.6.0/jdbcmain/OPT/Thu Mar 20 11:14:13 PD

Regards,

Jeff Albion

SAP Active Global Support

Former Member
0 Kudos

Hi Jeff

As a developer using the SQL Anywhere 16 database on OS X, how can I get this jconn4.jar file? As ASE is only available on Windows and Unix, not on OS X, can I run the  above shown installer on OS X? I assume not.

I am wondering why this file is not just on an ordinary SQL Anywhere 16 installation?

Thanks for help

Robert

0 Kudos

Is it possible to license just the jconn4.jar file for use in an application a developer is going to sell?

chris_keating
Advisor
Advisor
0 Kudos

Robert,

Just noticing that no one responded to your follow-up.

The jConnect driver is not a SQL Anywhere driver although jConnect based connections are an option. You should generally use the SQL Anywhere JDBC driver (sajdbc4.jar) rather than jConnect.

chris_keating
Advisor
Advisor
0 Kudos

Is there a reason you want to use jConnect vs the SQL Anywhere JDBC driver?

thomas_duemesnil
Explorer
0 Kudos

JConn4.jar is easier to distribute. It can be used without any additional installation or binary files. So we prefer this Java only version for smaller support tools.

Former Member
0 Kudos

Hi Chris

I would very much like to use the native drivers. But they do not work on OS X. At least in my environment.

Please see this thread: http://sqlanywhere-forum.sap.com/questions/16414/jdbc-driver-for-oracle-data-modeler

Phil Mitchel was hinting to a solution for OS X El Capitan. That would be very welcome.

Robert