Subject Re: [Firebird-Java] Re: Approaches at JB-to-FB conenctions regarding charsets
Author Mark Rotteveel
On Tue, 03 Jul 2012 14:02:52 -0000, "the_a_rioch" <ariochthe@...>
wrote:
>> >> Below that level only bytes are shifted over the wire.
>> > I was talking not about wire protocol, but about Jaybird working via
>> > FBClient.dll
>>
>> Jaybird uses its own implementation (in Java) of the wire protocol,
>> unless
>> users explicitly specify native as the protocol.
>>
>
> ...or unless they use FB Embedded.
>
> Until that mode is prohibited, it also is to be considered.

Native and embedded are the same from an implementation perspective. You
need to explicitly select the protocol (where embedded is a 'subclass' of
native).

Mark