Abgeschickt von Danko am 16 November, 2005 um 08:39:08:
Antwort auf: table creation von NicNac am 15 November, 2005 um 12:12:27:
Yes, I think that would be an option. I do not have a better solution.
Regards,
Danko
: Hi Danko
: first of all thanks for sharing your development, i really appreciate...
: 1 thing that i´m not really sure about is how to make sure that the table i want to log to exists.
: i´m working on a big application that is supposed to log in different tables(all of the same structure) for each of its sub-applications. what would be the preferred way to create the tables when a new sub-application is created..? i dont want to make users do this manually and if a table does not exist the log is filled with a huge pile of exceptions. should i overwrite JDBCAppender and add some kind of initialize-method that makes sure the table exists or is created...?
: thx in advance
: NicNac