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
