Re: [HACKERS] Question about array read using protocol 3.0 implementation in C#

2003-06-29 Thread Tom Lane
Carlos Guzman Alvarez <[EMAIL PROTECTED]> writes: > I'm trying to read an array, using binary format code and my own > implementation of the 3.0 protocol in C#, at this moment i have made > test with arrays of int2 and float4, seems that the server sends a > header of 24 bytes before the data i

[HACKERS] Question about array read using protocol 3.0 implementation in C#

2003-06-29 Thread Carlos Guzman Alvarez
Hello: I'm trying to read an array, using binary format code and my own implementation of the 3.0 protocol in C#, at this moment i have made test with arrays of int2 and float4, seems that the server sends a header of 24 bytes before the data in the buffer, i need to know what these 24 bytes