Thread: 64 Bit ODBC Drivers for windows

64 Bit ODBC Drivers for windows

From
Andrew Timmins
Date:
Is there anyway to connect to postgre using a 64 bit Windows OS?
I am having problems connecting to a local DB since i have upgraded my computer.
I would like to connect using C#.NET
Any help would be appreciated.

Drew


Re: 64 Bit ODBC Drivers for windows

From
"Justin Graf"
Date:
use the .net provider

http://npgsql.projects.postgresql.org/

I'm not sure of a 64bit build.  although a 32bit version should run on 64 bit windows without any problems.

---- Message from Andrew Timmins <drewtimmins@gmail.com> at 06-29-2009 05:36:58 PM ------
Is there anyway to connect to postgre using a 64 bit Windows OS?
I am having problems connecting to a local DB since i have upgraded my computer.
I would like to connect using C#.NET
Any help would be appreciated.

Drew