Search Postgresql Archives

Re: [NOOB] try tu put a number with pqexecprepare

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



	elekis wrote:

I put the code here

http://pastebin.com/m1860cc27


I symply try to put the number 5 for the second column, and after
that
read the line.


but the database, I have taht
83886080 in place of 5.

83886080 happens to be ntohl(5), it's probably not a coincidence :)

Since you're using binary format for your integer parameters, you must convert them from host byte order to network byte order with htonl() and conversely use ntohl() for results.

Best regards,
--
Daniel
PostgreSQL-powered mail user agent and storage: http://www.manitou-mail.org

--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux