Re: Does the psqlodbc driver support asynchronous queries?

Clemens Ladisch <[email protected]> Tue, 6 Nov 2018 18:48:49 +0100
Newsgroups gmane.comp.db.postgresql.odbc
Message-ID <[email protected]>
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