SQLPrepare

When using the PostGreSQL ODBC driver is calling SQLPrepare needed? Or will the server compile, cache and reuse the execution

plan when SQLExecDIrect is used?



When using with MS-SQL the call does no harm but is really not needed SQL Server will compile and cache the plan without calling SQLPrepare.



Dennis




--
Sent via pgsql-odbc mailing list (pgsql-odbc [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Dennis Evans [ Di, 10 August 2010 21:16 ] [ ID #2045806 ]
Datenbanken » gmane.comp.db.postgresql.odbc » SQLPrepare

Vorheriges Thema: PGexpress v4.11 + postgresql 8.4.4
Nächstes Thema: i cannot use odbc with postgresql in linux