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.
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.
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.