Re: Creating an application that supports postgresql-odbc

From: "Brian Sullivan" <bsullivan(at)etelligentsolutions(dot)com>
To: "'Adrian Klaver'" <adrian(dot)klaver(at)aklaver(dot)com>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Creating an application that supports postgresql-odbc
Date: 2015-08-11 14:29:09
Message-ID: 032b01d0d442$16dbfbb0$4493f310$@etelligentsolutions.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Thank you Adrian,

I will be looking further into this and trying everything I can
think of. I will let you know if I can work this out or if I cannot.

Brian Sullivan | eTelligent Solutions, Inc.
(727) 202-1377 Direct | (727) 324-4026 Fax | (727) 322-4690 Main
bsullivan(at)etelligentsolutions(dot)com

IAITAM Provider Member

http://www.etelligentsolutions.com  
This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information. If you have
received it in error, please notify the sender immediately and delete the
original. Any other use of the email by you is prohibited.

-----Original Message-----
From: Adrian Klaver [mailto:adrian(dot)klaver(at)aklaver(dot)com]
Sent: Tuesday, August 11, 2015 10:27 AM
To: Brian Sullivan <bsullivan(at)etelligentsolutions(dot)com>;
pgsql-odbc(at)postgresql(dot)org
Subject: Re: [ODBC] Creating an application that supports postgresql-odbc

On 08/10/2015 12:03 PM, Brian Sullivan wrote:
> Hello,
>
> I maintain a company application that queries various
> databases for predetermined information and saves it locally on the
> user’s computer in a neater format for upload to a server. We support
> as many database types as possible and recently added the capability
> to support PostgreSQL but the connection to the database can only be
> established if the user has the drivers downloaded from:
> http://www.postgresql.org/ftp/odbc/versions/msi/
>
> The project is built in VS2010. Can you assist me in this effort?
> How do I package your drivers in with my application? The
> installation is a clickonce installation.

Out of my area of expertise but this looks promising:

http://www.postgresql.org/ftp/odbc/versions/

mm/

This directory contains the driver and supporting dlls (but not the
documentation) in a Windows Installer Merge Module for inclusion in third
party installers.

Also in the source download there is a winbuild directory, in which is
contained a readme.txt that explains how to build on Windows. There are
caveats about using VS 2010 though.

>
> Thank you in advance,
>
> Brian Sullivan | eTelligent Solutions, Inc.
>
> (727) 202-1377 Direct | (727) 324-4026 Fax | (727) 322-4690 Main
>
> bsullivan(at)etelligentsolutions(dot)com
<mailto:bsullivan(at)etelligentsolutions(dot)com>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message John Kew 2015-08-12 23:21:02 Next Release?
Previous Message Adrian Klaver 2015-08-11 14:26:52 Re: Creating an application that supports postgresql-odbc