At 3:41 PM -0400 10/26/04, Tom Lane wrote:
Dan Sugalski <[EMAIL PROTECTED]> writes:
DB error is: ERROR: unsupported format code: 1043
You're putting it in the format parameter, not the datatype parameter
D'oh! Darned reused array pointers...
Thanks.
--
Dan
-
Dan Sugalski <[EMAIL PROTECTED]> writes:
>DB error is: ERROR: unsupported format code: 1043
You're putting it in the format parameter, not the datatype parameter
...
regards, tom lane
---(end of broadcast)---
TIP 5: Hav
I'm trying to properly tag the types of the parameters I'm passing
into PQexecParams, as it seems to be the right thing to do, and it's
not that big a deal given my existing code base. Unfortunately I'm
running into a problem figuring out what I should be using for the
tag numbers.
I originall