Re: Newbie problem with from database in C

From: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>
To: clarkhorse(at)clarktx(dot)com
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Newbie problem with from database in C
Date: 2008-05-19 01:52:39
Message-ID: 36e682920805181852v1819b5aeqb554c47bc9ecbacb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Sun, May 18, 2008 at 9:13 PM, <clarkhorse(at)clarktx(dot)com> wrote:
> characters are fine so far. I have placed the code I am using below.
> Would appreciate it if someone could tell me what is wrong or provide me
> with a reference on how to do this properly.

IIRC, you need to convert from network byte order:

idno = ntohl(*((int32 *) PQgetvalue(result, row, 0)));

--
Jonah H. Harris, Sr. Software Architect | phone: 732.331.1324
EnterpriseDB Corporation | fax: 732.331.1301
499 Thornall Street, 2nd Floor | jonah(dot)harris(at)enterprisedb(dot)com
Edison, NJ 08837 | http://www.enterprisedb.com/

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Dennis Wang 2008-05-19 05:53:58 Re: pg_subtrans directory grows over 1 GB, is there a way to control it?
Previous Message clarkhorse 2008-05-19 01:13:52 Newbie problem with from database in C