DLL compiles to not match the application.
useful when searching for errors in your
SQL
statements.
+
+ On Win32, if the
ecpg> libraries and application are compiled with
+ different flags, this function call will crash the application because the
+ internal representation of the FILE> pointers differ.
+
+
void PQtrace(PGconn *conn, FILE *stream);
+
+On Win32, if the
libpq> library and application are compiled with
+different flags, this function call will crash the application because the
+internal representation of the FILE> pointers differ.
+
+