PQexecPrepared and boolean type coding,

From: Mauro Ziliani <mauro(at)faresoftware(dot)it>
To: pgsql-novice(at)postgresql(dot)org
Subject: PQexecPrepared and boolean type coding,
Date: 2011-12-12 22:09:13
Message-ID: 4EE67B89.3060002@faresoftware.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi all.
I'm working on a project where I need to assign a boolean value to a
table field, using PQexecParams.
Indeed I'm using a wrapper for this command. The library is
DatabaseLayer of wxCode site.

1. I prepared the statement
UPDATE customers SET flag=?

Which is the coding form the set a boolean field with PQexecPrepared?

Best regards,
Mauro

--
skype: mauroziliani
www: http//www.faresoftware.it
linkedin: http://it.linkedin.com/in/mauroziliani
twitter: http://twitter.com/#!/mauzil

Browse pgsql-novice by date

  From Date Subject
Next Message Merlin Moncure 2011-12-12 23:20:15 Re: type list
Previous Message Jean-Yves F. Barbier 2011-12-12 21:29:06 type list