Re: Does the psqlodbc driver support asynchronous queries? - Mailing list pgsql-odbc

From Clemens Ladisch
Subject Re: Does the psqlodbc driver support asynchronous queries?
Date
Msg-id 2d074542-623a-df96-470c-1d836cc5195e@ladisch.de
Whole thread Raw
In response to Does the psqlodbc driver support asynchronous queries?  (Juan Tiritas <juantiritas@gmail.com>)
Responses Re: Does the psqlodbc driver support asynchronous queries?  (Juan Tiritas <juantiritas@gmail.com>)
List pgsql-odbc
Juan Tiritas wrote:
> Am I doing something wrong

<https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/asynchronous-execution-polling-method>
says:
| To find out which one is supported, an application calls SQLGetInfo with an option
| of SQL_ASYNC_MODE. SQL_AM_CONNECTION is returned if connection-level asynchronous
| execution (for a statement handle) is supported; SQL_AM_STATEMENT if statement-
| level asynchronous execution is supported.

> or the postgres odbc driver does not support asynchronous calls through unixODBC?

It returns SQL_AM_NONE.


Regards,
Clemens


pgsql-odbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: SQLExecDirectW returns SQL_SUCCESS even if sql finishes with error
Next
From: Leonardo De La Cerda
Date:
Subject: Re: Problem compiling in mac os with unix odbc