Hi, Probably ColdFusion uses an unusual combination of JDBC method calls. Could you append ;TRACE_LEVEL_FILE=3 to the database URL and then send me all the *.trace.db files? There should be at least one file on the client, and one where the H2 server runs. Or maybe be easier, use an embedded URL (in that case you will only get one .trace.db file): jdbc:h2:c:/db/mydbdir/mydb;CIPHER=XTEA;trace_level_file=3
Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
