| From: | ljwilson <ljwilson(at)digitalav(dot)com> | 
|---|---|
| To: | pgsql-odbc(at)postgresql(dot)org | 
| Subject: | Re: Are UseDeclareFetch and UseServerSidePrepare mutually exclusive? | 
| Date: | 2013-05-13 14:13:22 | 
| Message-ID: | 1368454402233-5755243.post@n5.nabble.com | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Carlos Muñoz Juste | 2013-05-13 15:49:57 | Re: Issue with Oracle Database Gateway for ODBC and Unicode | 
| Previous Message | Jan-Peter Seifert | 2013-05-13 14:04:57 | Problem with special characters in password when using SQLDriverConnect |