On Tue, 28 Aug 2007 15:13:47 +0000, [EMAIL PROTECTED] wrote:

>In reference to
>
>   http://www.sqlite.org/cvstrac/tktview?tn=2592
>
>This is the first public indication we have had that
>Skype is using SQLite in their windows clients.  However,
>the person who wrote the ticket seems to be a bit confused.
>Can any able hackers in the SQLite community confirm that
>the Skype windows client is using SQLite?  It would be
>nice to add them to the page of high-profile users.

I don't know if they qualify for
http://www.sqlite.org/famous.html ,
but Comodo Firewall Pro v3.0 (an internet software firewall for
MS Windows) uses SQLite in the logviewer.

The schema is quite simple:
CREATE TABLE FWLog (
        ProcessName     VARCHAR(255),
        Action          INT,
        Pid             INT,
        LogDate         DOUBLE,
        SourceAdd       DOUBLE,
        DestinationAdd  DOUBLE,
        Protocol        INT,
        Direction       INT,
        SourcePort      INT,
        DestinationPort INT
);
CREATE TABLE HipsLog (
        Flag    INT,
        LogDate DOUBLE,
        Parent  VARCHAR(255),
        Target  VARCHAR(255)
);

http://www.personalfirewall.comodo.com/
-- 
  (  Kees Nuyt
  )
c[_]

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to