You must install the ODBC MetaData stored procedures on any Adaptive Servers that you want to connect to using the ODBC Driver.
To install the stored procedures on a target Adaptive
Server on Windows
Change to the sp directory under the ODBC installation directory.
Execute the install_odbc_sprocs script.
install_odbc_sprocs ServerName username [password]
where:
ServerName
is
the name of the Adaptive Server.
username
is
the username to connect to the server.
[password]
is
the password for the username. If the value is null, leave the parameter
empty.�
To install the stored procedures on a target Adaptive
Server on Linux and Mac OS X
Change to the sp directory under the ODBC installation directory.
Execute the install_odbc_sprocs script.
./install_odbc_sprocs ServerName username [password]
where:
ServerName
is
the name of the Adaptive Server.
username
is
the username to connect to the server.
[password]
is
the password for the username. If the value is null, leave the parameter
empty.�