PDA

View Full Version : tracing SQL statements in Java


dineshrama
06-18-02, 11:33
Hey,

I'm trying to trace in SQL statments into a buffer or a text file. Using DriverManager.setLogWriter(...) doesn't work. Is there anyother way to do this?

Thanks,
D