Subject RE: Field.AsInt64 (was Re: [IBO] How to get the record id that was just stored with a query)
Author Helen Borrie
At 02:16 PM 1/07/2005 +1000, you wrote:

>Surely a windows client sending a 2 word value will not get reversed when
>received on a MAC???

Never heard of such a problem. But Firebird client apps don't have to
worry about endianness, since it's all handled at the y-valve, i.e. the
engine recognises the endianness of the structures delivered by the client
library and knows whether or not it has to reverse the low and high bytes
for the host system.

Helen