Hello, Malte,
Dieter wants to use the driver without registering it in the registry. Is it really possible? I know I can connect to
thedatabase without "registering the data source" with the connection string for SQLDriverConnect() like this:
DRIVER={PostgreSQL ANSI Driver};Servername=127.0.0.1;Port=5432;UID=xxx;Password=yyy;Database=postgres
FYI, I tried setting the absolute path of the driver DLL file to DRIVER keyword, but it didn't work.
Regards
Takayuki Tsunakawa
> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Prisma Computer -
> M. Neumann
> Sent: Wednesday, April 13, 2016 5:49 PM
> To: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] use psqlodbc on Windows without Windows driver manager?
>
> Hello Dieter,
>
> it is possible to use the odbc-driver without the windows driver manager.
>
> You only need to change the connection-function. Instead of Calling
> SQLConnect use SQLDriverConnect with the correct connectionstring.
>
> Kind regards,
> Malte