private void DatabaseInfo(byte[] items, byte[] buffer, int bufferLength) { lock (this) { int[] statusVector = FesConnection.GetNewStatusVector(); int dbHandle = this.Handle; FbClient.isc_database_info( statusVector, ref dbHandle, (short)items.Length, items, (short)bufferLength, buffer); this.ParseStatusVector(statusVector); } }