Postgresql ODBC Question

Поиск
Список
Период
Сортировка
От Brian J. Erickson
Тема Postgresql ODBC Question
Дата
Msg-id 000b01c36e78$42d74180$4700a8c0@p000014
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Andrew L. Gould"
Дата:
Сообщение: Re: A question about postgresql
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: Fast Table Replication / Mirroring