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?