Hi,

When use H2 file 
mode("jdbc:h2:c:\\temp\\mydb;DB_CLOSE_DELAY=-1;TRACE_LEVEL_FILE=3"), I do 
find the the trace file mydb.trace.db under c:\temp.

But when switch to *memory 
mode*("jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;TRACE_LEVEL_FILE=3"), 
 I can not find any *.trac.db in the whole disk.

*Does **TRACE_LEVEL_FILE work in memory mode?* If not, is there other ways 
to trace the SQL execution in memory mode? I just need to catch the error 
log when errors occurs during insert/update/merge DML. Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to