From: Alex P. <pes...@ma...> - 2010-09-24 06:35:56
|
On 09/23/10 20:39, Tagangout, Abderrahim wrote: > Hi all, > > I want to know, how does firebird solve a connect-command in the TCP/IP layer? > Which command will be used under Linux (for example) to make a connection to the Server? > I know that it is possible to implement a connection to an Firebird Server, but how? Sorry, the answer is too big to write it here in plain English. But there is c++ file src/remote/interface.cpp, which (together with some more files in remote, but this one is a key one) can give you such answer. We do not have another description of the wire protocol. |