> I am coddled with the trace-File from ODBC and Embedded-Sql. > When i use the trace-File from the native jdbc-Driver > i see shortened trace-Infos. For example, there is no > start and end-Time-Information.
The trace of the JDBC driver is intended only as a debugging help for the driver developers. But as the trace classes are generated from the interfaces in java.sql, it shouldn't be too difficult to generate exactly the trace you want. ftp://ftp.sap.com/pub/sapdb/misc/jdbctrace.zip contains the code generator used by SAP DB plus examples which show how to trace only specific methods or how to emit additional information in specific methods. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
