On Nov 23 11:11, Keary Suska wrote: > Is it possible to set a NULL value as a parameter value to PQexecParams? > I.e., other than hard-coding it into the command string. "paramValues[] specifies the actual values of the parameters. A null pointer in this array means the corresponding parameter is null; ..." says the documentation. Regards.