Re: [Firebird-devel] Value of database handle in wire protocol

2013-04-08 Thread Alex Peshkoff
On 04/07/13 15:32, Mark Rotteveel wrote: > I am rewriting the wire protocol implementation in Jaybird and I noticed > that the database handle (objecthandle) returned in the response to > op_attach is always 0. Is that correct? Yes. Port can't have more than 1 related database object, therefore t

[Firebird-devel] Value of database handle in wire protocol

2013-04-07 Thread Mark Rotteveel
I am rewriting the wire protocol implementation in Jaybird and I noticed that the database handle (objecthandle) returned in the response to op_attach is always 0. Is that correct? I am asking, because I noticed that the wire protocol implementation in the .NET provider makes certain assumption