Re: I want to know if the ODBC is installed on my computer
Mateusz Loskot <[email protected]> Mon, 25 Feb 2019 17:21:38 +0100
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <CABUeae_bNmLZ4uSrvc2Gna8aLO41zw0_u2j_8wHEq3uwbTAZ=w@mail.gmail.com> |
On Mon, 25 Feb 2019 at 17:13, Skovorodnikov Aleksey <[email protected]> wrote: > > How I can know, is the ODBC driver installed in my PC or not ? For example, if you use unixOBC: if [[ -f "$ODBCSYSINI/odbcinst.ini" ]]; then odbcinst -q -d; fi or Windows Get-OdbcDriver -Platform 64-bit | Select-Object -ExpandProperty Name This should give you a good basis to look for solution that fits your particular need. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net