"Mag. M. Faffelberger" wrote:

> - i write the log files of our web server directly into an odbc sql database
> for automated traffic alerting, ...
> - i know, that analog only can read logs from text files (is that right?)
> - does anyone know a tool, which automatically generates text-logs aut of an
> sql database, so that i still can use analog for analyzing the page views,

Most Databases these days come with SQL commands or utilities to export their
data into csv or other formatted flatfiles. MySQL for example allows "SELECT *
FROM table INTO OUTFILE filename." Oracle, MS SQL Server, Sybase and others all
offer this capability through bundled utilities.

You'd almost certainly end up having to write your own LOGFORMAT command for
Analog, though.


Jeremy Wadsack
Wadsack-Allen Digital Group


------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to