Thread: I want to know if the ODBC is installed on my computer

I want to know if the ODBC is installed on my computer

From
Skovorodnikov Aleksey
Date:

Hi!

How I can know, is the ODBC driver installed in my PC or not ?

Thanks!

 

 

 

With kind regards,

Skovorodnikov Aleksey

Analyst ESM solutions

The Department document management systems

LANIT

Phone (mobile) : +7 (904) 235 93 80

 

Re: I want to know if the ODBC is installed on my computer

From
Mateusz Loskot
Date:
On Mon, 25 Feb 2019 at 17:13, Skovorodnikov Aleksey
<Skovorodnikov@lanit.ru> 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