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
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?
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)---