ODBC

Started by keithabout 25 years ago2 messagesgeneral
Jump to latest
#1keith
keith@gmetech.com

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

#2Brent R. Matzelle
bmatzelle@yahoo.com
In reply to: keith (#1)
Re: ODBC

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