Abgeschickt von Danko am 30 Maerz, 2006 um 09:08:04:
Antwort auf: construct multiple tables with JDBCAppender. von Daniel Lee am 28 Maerz, 2006 um 19:41:52:
These are the options in my opinion:
1. Configure one appender for each table and configure the insert statement so that the statement logs only data that is required in each table
2. Implement a stored procedure that takes all parameters and distributes them across the tables
Danko
: Hello all,
: I'm new to JDBCAppender. Can I constrct multiple tables and log information of different types into corresponding tables with JDBCAppender? Is there any sample code or doc about this?
: Thanks for your time.
: DL