To link to the unixODBC Driver Manager
Edit the data source template and reinstall the data source using the unixODBC command line tool:
# odbcinst -i -s -f dsn template file
where dsn template file is the complete path to the ASE ODBC Data source template file.
If you are directly linking to the ASE ODBC Driver,
modify the odbc.ini file.
The following is an example of an odbc.ini data source template file:
[sampledsn] Description=Sybase ODBC Data Source UserID=sa Password= Driver=Adaptive Server Enterprise Server=sampleserver Port=4100 Database=pubs2 UseCursor=1 EncryptPassword=1