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