Difference between revisions of "Odbcinst -i"
Jump to navigation
Jump to search
(Created page with "{{lc}} odbcinst -i == See also == * {{odbcinst}} * {{ODBC}} Category:ODBC") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | odbcinst -i | + | [[odbcinst]] -i |
+ | [[odbcinst -i -r -s]] | ||
+ | |||
+ | <pre> | ||
+ | odbcinst -i | ||
+ | odbcinst: Invalid Object | ||
+ | |||
+ | ********************************************** | ||
+ | * unixODBC - odbcinst * | ||
+ | ********************************************** | ||
+ | * * | ||
+ | * Purpose: * | ||
+ | * * | ||
+ | * An ODBC Installer and Uninstaller. * | ||
+ | * Updates system files, and * | ||
+ | * increases/decreases usage counts but * | ||
+ | * does not actually copy or remove any * | ||
+ | * files. * | ||
+ | * * | ||
+ | * Syntax: * | ||
+ | * * | ||
+ | * odbcinst Action Object Options * | ||
+ | * * | ||
+ | * Action: * | ||
+ | * * | ||
+ | * -i install * | ||
+ | * -u uninstall * | ||
+ | * -q query * | ||
+ | * -j print config info * | ||
+ | * -c call SQLCreateDataSource * | ||
+ | * -m call SQLManageDataSources * | ||
+ | * --version version * | ||
+ | * * | ||
+ | * Object: * | ||
+ | * * | ||
+ | * -d driver * | ||
+ | * -s data source * | ||
+ | * * | ||
+ | * Options: * | ||
+ | * * | ||
+ | * -f file name of template.ini follows * | ||
+ | * this (valid for -i) * | ||
+ | * -r get template.ini from stdin, not * | ||
+ | * a template file * | ||
+ | * -n Driver or Data Source Name follows * | ||
+ | * -v turn verbose off (no info, warning * | ||
+ | * or error msgs) * | ||
+ | * -l system dsn * | ||
+ | * -h user dsn * | ||
+ | * * | ||
+ | * Returns: * | ||
+ | * * | ||
+ | * 0 Success * | ||
+ | * !0 Failed * | ||
+ | * * | ||
+ | * Please visit; * | ||
+ | * * | ||
+ | * http://www.unixodbc.org * | ||
+ | |||
+ | ********************************************** | ||
+ | </pre> | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[odbcinst -i -r -s]]</code> | ||
== See also == | == See also == |
Latest revision as of 12:15, 2 December 2022
odbcinst -i odbcinst -i -r -s
odbcinst -i odbcinst: Invalid Object ********************************************** * unixODBC - odbcinst * ********************************************** * * * Purpose: * * * * An ODBC Installer and Uninstaller. * * Updates system files, and * * increases/decreases usage counts but * * does not actually copy or remove any * * files. * * * * Syntax: * * * * odbcinst Action Object Options * * * * Action: * * * * -i install * * -u uninstall * * -q query * * -j print config info * * -c call SQLCreateDataSource * * -m call SQLManageDataSources * * --version version * * * * Object: * * * * -d driver * * -s data source * * * * Options: * * * * -f file name of template.ini follows * * this (valid for -i) * * -r get template.ini from stdin, not * * a template file * * -n Driver or Data Source Name follows * * -v turn verbose off (no info, warning * * or error msgs) * * -l system dsn * * -h user dsn * * * * Returns: * * * * 0 Success * * !0 Failed * * * * Please visit; * * * * http://www.unixodbc.org * * [email protected] * **********************************************
Related[edit]
See also[edit]
Advertising: