Ive been getting back into database programming in VB and i was just wondering how log files are treated when using java to interface with a database. What's the most common approach? To write trace files? Thanks....
Printable View
Ive been getting back into database programming in VB and i was just wondering how log files are treated when using java to interface with a database. What's the most common approach? To write trace files? Thanks....
I'm not exactly sure what you mean. I personally write my own log files, but I hear that Java 1.4 has built in logging features.
yeah i guess you would have to write your own using Java, unless there is a way to get to the log files on WindowsNt or 2000 OS. I would like to use Java as a front end for a database like Oracle but it seems VB.Net is more database friendly. :)