Difference between revisions of "Odbcinst"

From wikieduonline
Jump to navigation Jump to search
(Created page with "* https://manpages.ubuntu.com/manpages/trusty/man1/odbcinst.1.html")
 
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lc}}
 
* https://manpages.ubuntu.com/manpages/trusty/man1/odbcinst.1.html
 
* https://manpages.ubuntu.com/manpages/trusty/man1/odbcinst.1.html
 +
 +
[[apt install odbcinst]]
 +
[[odbcinst]]
 +
[[/etc/odbc.ini]] (empty in default installation)
 +
[[/etc/odbcinst.ini]] (empty in default installation)
 +
 +
* Install: <code>[[odbcinst -i]]</code>
 +
* <code>[[odbcinst -q]]</code>    query a list of drivers or data sources present on the system
 +
 +
 +
[[odbcinst -i -r -s]]
 +
cat your-odbc-file.ini | [[odbcinst -i -r -s]]
 +
[[odbcinst -j]]
 +
[[odbcinst -q -d]]
 +
[[odbcinst --help]]
 +
[[odbcinst /h]]
 +
 +
 +
[[-s]] [[data source]] 
 +
 +
-f FILE
 +
FILE is a template describing the configuration of the installed OBJECT (only valid with the -i ACTION).
 +
 +
[[odbcinst --version]]
 +
[[unixODBC]] 2.3.9
 +
 +
dpkg -L odbcinst
 +
/.
 +
/usr
 +
/usr/bin
 +
/usr/bin/odbcinst
 +
/usr/share
 +
/usr/share/doc
 +
/usr/share/doc/odbcinst
 +
/usr/share/doc/odbcinst/copyright
 +
/usr/share/man
 +
/usr/share/man/man1
 +
/usr/share/man/man1/odbcinst.1.gz
 +
/usr/share/doc/odbcinst/changelog.Debian.gz
 +
 +
== Related ==
 +
* [[DSN]]
 +
 +
== See also ==
 +
* {{odbcinst}}
 +
* {{ODBC}}
 +
 +
[[Category:ODBC]]

Latest revision as of 12:16, 2 December 2022

apt install odbcinst
odbcinst
/etc/odbc.ini (empty in default installation)
/etc/odbcinst.ini (empty in default installation)


odbcinst -i -r -s
cat your-odbc-file.ini | odbcinst -i -r -s
odbcinst -j
odbcinst -q -d
odbcinst --help
odbcinst /h


-s data source  
-f FILE
FILE is a template describing the configuration of the installed OBJECT (only valid with the -i ACTION).
odbcinst --version
unixODBC 2.3.9
dpkg -L odbcinst
/.
/usr
/usr/bin
/usr/bin/odbcinst
/usr/share
/usr/share/doc
/usr/share/doc/odbcinst
/usr/share/doc/odbcinst/copyright
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/odbcinst.1.gz
/usr/share/doc/odbcinst/changelog.Debian.gz

Related[edit]

See also[edit]

Advertising: