Обсуждение: 32 vs 64 bit odbc drivers

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

32 vs 64 bit odbc drivers

От
"Fred Parkinson"
Дата:
Do I need a 64 bit driver to connect to a 64 bit installation of postgres?
 
I don't think I should need it, since the odbc call should not depend on the architecture making the call, but I am at the grasping-at-straws stage of why I can't connect with odbc to one of the databases on one of our servers.
 
If this is an incredably stupid question, I apologize ahead.
 
Thanks!
 
 
Fred Parkinson
Application Programmer
Association of Bay Area Governments
510-464-7931

Re: 32 vs 64 bit odbc drivers

От
Heikki Linnakangas
Дата:
On 02/18/2014 06:36 PM, Fred Parkinson wrote:
> Do I need a 64 bit driver to connect to a 64 bit installation of postgres?

No.

> I don't think I should need it, since the odbc call should not depend
> on the architecture making the call, but I am at the
> grasping-at-straws stage of why I can't connect with odbc to one of
> the databases on one of our servers.

Right, there must be some other reason for that.

- Heikki