Postgresql ODBC Question

From: "Brian J(dot) Erickson" <ericksbr(at)infocon-inc(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Postgresql ODBC Question
Date: 2003-08-29 21:55:28
Message-ID: 000b01c36e78$42d74180$4700a8c0@p000014
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2003-08-30 00:03:38 Re: Fast Table Replication / Mirroring
Previous Message Claudio Lapidus 2003-08-29 21:44:07 Re: absolute value fro timestamps