我想通过Java连接到历史数据库。在.net中,我们可以通过OleDb provider连接它。ihOLEDB.iHistorian;Data Source= IpAddress; user id= abc;password= xyz"java.sql.SQLException=IhOLEDB.iHistorian.1:Data Source= IP Address; user id= abc; password= xyz
哪种Jdbc d
为了调试目的,我需要跟踪类中某些代码的执行情况。我想用XML为所有方法调用生成一个日志,例如: <param name='param1'>param1.toString() value</param> <call>Call to other method within myMethod1; you get the idea</call>
</call