Thread: ODBC

ODBC

From
"keith"
Date:
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

From
"Brent R. Matzelle"
Date:
>   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