Обсуждение: ODBC

Поиск
Список
Период
Сортировка

ODBC

От
"keith"
Дата:
I never install our version of postgresql7.0 on this Red Hat Linux machine, but I need to connect to the database with ODBC. Is there any way I can tell if the ODBC driver has been installed?
 
Thanks alot
keith@gmetech.com

Re: ODBC

От
"Brent R. Matzelle"
Дата:
>   I never install our version of postgresql7.0 on this Red Hat Linux
>   machine, but I need to connect to the database with ODBC.
>Is there any way
>   I can tell if the ODBC driver has been installed?

Run this command:
% rpm -q postgresql-odbc

Brent