Extended Query using the Frontend/Backend Protocol 3.0 - Mailing list pgsql-general

From Raimon Fernandez
Subject Extended Query using the Frontend/Backend Protocol 3.0
Date
Msg-id 20879F35-6940-4272-988E-703E610C6212@montx.com
Whole thread Raw
In response to Re: Encoding using the Frontend/Backend Protocol TCP/IP  (Raimon Fernandez <coder@montx.com>)
Responses Re: Extended Query using the Frontend/Backend Protocol 3.0  (John DeSoi <desoi@pgedit.com>)
List pgsql-general
Hello again,


I'm trying to integrate the extended query protocol with my libraries.

I'm sending a simple SELECT to validate the method, but I'm getting an Invalid Message Format.


50 => P
00 00 00 29 => length
6D7973746174656D656E74 00 => mystatement + null
73656C656374202A2066726F6D206D797461626C653B 00 => select * from mytable; + null
00 00 => number of parameters, zero

any idea ?

thanks and regards,


raimon




pgsql-general by date:

Previous
From: "Gauthier, Dave"
Date:
Subject: Re: Justifying a PG over MySQL approach to a project
Next
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: Justifying a PG over MySQL approach to a project