Glossary of Technical Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #
Options
The Options parameter appears in the odbc.ini and udbc.ini files. OPTIONS is UDBC connect string parameter. You may pass any valid, database specific connection parameters in your Options field. For instance, you may pass Progress sockets options. Alternatively, you may pass -S server_name to designate a particular SQL Server service.
Example:
Options = -S pro8 -N tcp -H openlink
See Also: Connect Options, Database Server
Referenced by...