Re: Are UseDeclareFetch and UseServerSidePrepare mutually exclusive?

Поиск
Список
Период
Сортировка
От ljwilson
Тема Re: Are UseDeclareFetch and UseServerSidePrepare mutually exclusive?
Дата
Msg-id 1368454402233-5755243.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Are UseDeclareFetch and UseServerSidePrepare mutually exclusive?  (Hiroshi Inoue <inoue@tpf.co.jp>)
Ответы Re: Re: Are UseDeclareFetch and UseServerSidePrepare mutually exclusive?
Список pgsql-odbc
No, just standard select/update statements. I set log_statement = 'ddl' in
postgresql.conf and did a reload just to make sure no ddl commands were
being executed.

Here is a list of the unique sql statements (first few words only) for a
test session (extracted with log_statement = 'all'):

BEGIN;declare "SQL_CUR05628E20" cursor for SELECT
COMMIT
INSERT INTO
RELEASE _EXEC_SVP_056292B0
SAVEPOINT _EXEC_SVP_056292B0
SELECT
UPDATE
close "SQL_CUR05628E20";commit
declare "SQL_CUR05628E20" cursor with hold for SELECT COUNT(*) FROM
delete from


Thanks...jack



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Are-UseDeclareFetch-and-UseServerSidePrepare-mutually-exclusive-tp5755080p5755243.html
Sent from the PostgreSQL - odbc mailing list archive at Nabble.com.


В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Jan-Peter Seifert"
Дата:
Сообщение: Problem with special characters in password when using SQLDriverConnect
Следующее
От: "Carlos Muñoz Juste"
Дата:
Сообщение: Re: Issue with Oracle Database Gateway for ODBC and Unicode