Re: Newbie problem with from database in C - Mailing list pgsql-interfaces

From Jonah H. Harris
Subject Re: Newbie problem with from database in C
Date
Msg-id 36e682920805181852v1819b5aeqb554c47bc9ecbacb@mail.gmail.com
Whole thread Raw
In response to Newbie problem with from database in C  (clarkhorse@clarktx.com)
List pgsql-interfaces
On Sun, May 18, 2008 at 9:13 PM,  <clarkhorse@clarktx.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.harris@enterprisedb.com
Edison, NJ 08837 | http://www.enterprisedb.com/


pgsql-interfaces by date:

Previous
From: clarkhorse@clarktx.com
Date:
Subject: Newbie problem with from database in C
Next
From: Dennis Wang
Date:
Subject: Re: pg_subtrans directory grows over 1 GB, is there a way to control it?