Create a TLogDatabaseAppender that writes log events
to a database table (similar to the JDBCAppender of
log4j). Options would include database location, table
name, user id and password, and possibly even field
mappings.
The _serious_ problem is that there are many interfacing methods
between Delphi and DBs. We should construct a base class and delegate
the real DB interfacing to another class, via an abstract factory pattern. --
danny
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=82852
The _serious_ problem is that there are many interfacing methods
between Delphi and DBs. We should construct a base class and delegate
the real DB interfacing to another class, via an abstract factory pattern. --
danny