Are there any free Sybase ASE 12.5x ODBC Drivers available, or does anyone have any experience with any paid ones? [closed]

StackOverflow https://stackoverflow.com/questions/711409

  •  22-08-2019
  •  | 
  •  

Question

Are there any free Sybase ASE 12.5x ODBC Drivers available, or does anyone have any experience with any paid ones? I'm looking for a fast and simple solution, but don't necessarily want to pay big bucks.

Thanks in advance.

Was it helpful?

Solution

How about FreeTDS. ASE uses the TDS wire protocol for connections. FreeTDS looks like it does TDS in C++ as an ODBC driver.

[Original answer, but useful for other people looking for a Java solution:] jConnect. I just downloaded it from Sybase directly. (here's the manual) Its a type 4 jdbc driver that uses the TDS protocol. The jdbc url for connections is a little funky.

Here's an article comparing the 2 official Sybase drivers, jConnect and iAnywhere.

Hm, I see you specified ODBC, now that I've posted this. Heres an ODBC-JDBC bridge that you could use. I see what you mean, there are a lot of pay ODBC drivers out there, but some have free trials... your best bet might just be to use the free jdbc driver and a free odbc-jdbc bridge.

Wait, you must have an installation of ASE somewhere already if you are trying to connect to it. There would have been one that came with that. Also, some of the developers editions you can download from Sybase are free.

OTHER TIPS

FreeTDS will work on Win32 platforms as well as Linux.

Here is a link to the Sybase client drivers - https://apps.state.or.us/tech/htdocs/sybase.html

I realise it's a bit late for you, but for others this might save them a bit of pain.

It is pretty ridiculous downloading 500mb for an ODBC driver, but there you go.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top