Re: Set NULL Using PQexecParams

From: Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr>
To: Keary Suska <hierophant(at)pcisys(dot)net>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Set NULL Using PQexecParams
Date: 2006-11-23 19:01:51
Message-ID: 20061123190150.GB1406@alamut
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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.

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Pawel Hudak 2006-11-28 10:15:49 ECPGttype/OID
Previous Message Keary Suska 2006-11-23 18:11:43 Set NULL Using PQexecParams