Re: [GENERAL] int values from PQExecParams in binary result mode

2005-10-03 Thread Ben
Perfect, thanks! On Oct 3, 2005, at 4:29 PM, Michael Fuhr wrote: On Mon, Oct 03, 2005 at 12:37:30PM -0700, Ben wrote: I'm making a query to return an int and a bytea as two columns in my query, so I set up my PQExecParams call like so: res = PQexecParams(conn,q,0,0,0,0,0,1) I can view the b

Re: [GENERAL] int values from PQExecParams in binary result mode

2005-10-03 Thread Michael Fuhr
On Mon, Oct 03, 2005 at 12:37:30PM -0700, Ben wrote: > I'm making a query to return an int and a bytea as two columns in my > query, so I set up my PQExecParams call like so: > > res = PQexecParams(conn,q,0,0,0,0,0,1) > > I can view the binary data just fine, but not the int. How do I do that?

[GENERAL] int values from PQExecParams in binary result mode

2005-10-03 Thread Ben
I'm making a query to return an int and a bytea as two columns in my query, so I set up my PQExecParams call like so: res = PQexecParams(conn,q,0,0,0,0,0,1) I can view the binary data just fine, but not the int. How do I do that? ---(end of broadcast)---