Disclaimer: This document is available for free and I take no responibilty for any problems you may encounter resulting from the use of this document.
Failing that, take a look at:
http://java.sun.com/javareel/isv/Simba/products/sybase.html
http://www.openlinksw.com
OR alternatively if you want to try out some ODBC drivers without any initial outlay you can download the Adaptive Server Enterprise (ASE) Evaluation for Windows NT. You can also obtain this on CD (which is what i did). When you stick it in, it should auto-run (annoying) and prompt you to install client products for windows 95 etc. This will also install isql and wisql which you will have to obtain anyway if you are to use the afore mentioned drivers. You can also install the microsoft SQL server drivers as these work too. This is because SQL server was based on an earlier version (dunno which [actually version 4.2 -- Michael]) of Sybase. If you are using MS SQL Server Drivers there is already a HOW-TO kinda thing like this around in this list somewhere. Go search www.dejanews.com as it explains how to setup M$ drivers.
[MYSERVERNAME] query=NLWNSCK,my.server.name,7100 win3_query=WNLWNSCK,my.server.name,7100N.B. There is some kind of control character at the end of the sql.ini file. I would recommend that you *dont* delete it. It may not matter but i just *might*, i dunno. This just sets what network library you use: nlwnsck.dll and wnlwnsck.dll. Don't ask me what all the different libraries are for because i only know 1% more than a clueless newbie. I would expect that it is for different 'transport' types. Oracle requests this information when setting up sqlnet so i suppose its similar. Obviously you enter your FQDN (fully qualified domain name) instead of my.server.name.