  (   trayicon )  
     TCP   InterBase .
   (IP Address, Host Name ( resolve ),
DateTime   )  interbase.log (   ),
       .
     .

 -     ,   .

:

1.       ibconsvc.exe /install.
2. "Services",   "InterBase Connections" 
   ,  "Startup"     "Manual"  "Automatic".
3.        ibconsvc.exe /uninstall.

:

   ,  . 

 : Windows 98   (  ), Windows NT (Service Pack 4  ), W2K, XP, IB Server 4x  ,   .

    IBConnections.cfg, (      
  )       Borland InterBase. 

Port=3050 - IB 
LogFile=C:\Program Files\Borland\InterBase\interbase.log -    log ,   interbase.log,     
TimeOut=1000 -     ( 0  ) 
SingleLine=False - . 

  SingleLine=False (   interbase.log) c     :

MALICE (InterBase Connections)	Thu Jul 27 17:05:05 2000
	Connect: IP Address - 167.33.33.28, HostName - HOST1


MALICE (InterBase Connections)	Thu Jul 27 17:05:09 2000
	Disconnect: IP Address - 167.33.33.28, HostName - HOST1

  SingleLine=True (     ) c     :

167.33.33.28    HOST1    11/12/2001 16:11:56    11/12/2001 16:12:01

           :

  CREATE TABLE IB_CONNECT EXTERNAL FILE '   log '(
    IP_ADDRESS CHAR(15),
    HOST_NAME CHAR(255),
    DT_OPEN CHAR(19),
    DT_CLOSE CHAR(19),
    EOL CHAR(2)
  )

   .

 :

          :

  select * from ib_connect
  where cast(dt_open as date) between '09/02/2001' and '09/03/2001'

      IP    :

  select * from ib_connect
  where cast(ip_address as varchar(15)) = '167.33.33.28'

          :

  select * from ib_connect
  where cast(host_name as varchar(255)) = 'HOST1'

    .
  , 
E-mail: vcrits@mail.ru
