These things need to be inserted into the registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC]
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC]
"TraceDll"="C:\\WINDOWS\\system32\\odbctrac.dll"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI]
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Adaptive Server Enterprise]
"driver"="C:\\Sybase\\DataAccess64\\ODBC\\dll\\sybdrvodb64.dll"
"Setup"="C:\\Sybase\\DataAccess64\\ODBC\\dll\\sybdrvodb64.dll"
"APILevel"="1"
"ConnectFunctions"="YYY"
"DriverODBCVer"="03.51"
"FileUsage"="0"
"SQLLevel"="0"
"CPTimeout"="60"
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
"SQL Server"="Installed"
"SQL Server Native Client 11.0"="Installed"
"Adaptive Server Enterprise"="Installed"
*******************************************************************
You also need to add the ODBC directory to the $PATH
The dll and the include directories need to be included in the package.
You also need to have the C:\Sybase\charsets directory included in the package.
The $SYBASE variable must also be set to the C:\Sybase directory.
That is so the charsets directory can be found.
Kevin