Postgresql ODBC Question - Mailing list pgsql-general

From Brian J. Erickson
Subject Postgresql ODBC Question
Date
Msg-id 000b01c36e78$42d74180$4700a8c0@p000014
Whole thread Raw
List pgsql-general
Hello,

Can I execute multiple sql
statements("SQLHSTMT") on the same
ODBC connection handle ("SQLHDBC")?

i.e.:
In one thread execute "select * from table_x"
and in another thread execute
"select * from table_y"
Using the same connection to the database,
or do I have to create a connection to
for each separate query.

I understand that the ODBC is suppose to
be thread-safe, so I would suspect yes.

Brian E.


pgsql-general by date:

Previous
From: "Andrew L. Gould"
Date:
Subject: Re: A question about postgresql
Next
From: Ron Johnson
Date:
Subject: Re: Fast Table Replication / Mirroring