GeekArticles
Programming
Delphi
Programming
DelphiUtility for importing IIS logs into Firebird
This utility enables owners of servers running Microsoft IIS to take advantage of the Extended log format (written to *.log files on disk) AND use Firebird SQL to analyze the data. The utility rapidly imports the data from the web traffic log files, ignoring #comment lines.It is an advanced example of the use of External files in Firebird, and could be of interest to anyone wishing to import unusual data files into Firebird or Interbase.Full Delphi source is included, and the code is licensed under Creative Commons so you can use it as long as you keep the credits intact. In Delphi 2010, the new Firebird dbExpress driver is used. When compiled in older versions of Delphi, the IBX driver is used (per IFDEF).
Sponsored Links
Read Next: eDocEngine VCL Trial for Delphi 2010
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
