Subject Re: Firebird wire protocol
Author Roman Rokytskyy
> Is reference documentation on the Firebird wire protocol
> available anywhere? Can't seem to find it on the
> documentation available on the website.

"Let the Source be with you" :)

There is some documentation in .Net provider CVS (though I do not know
in which state, you'd better check it yourself). Otherwise use sources
of either JDBC driver (module name client-java) or .Net provider
(module name NETProvider), both implement the wire protocol.

Just of curiosity - why do you need it?

Roman