make any database have the ability of logging within 10 seconds ... With JDBMonitor,you can log the database execution in many ways,for ...JDBMonitor is licensed under the terms of the GNU Lesser General Public ... Almost every large database application includes its own SQL execution... Make the application load the JDBMonitor JDBC Driver.... (comp.lang.java.help)
make any database have the ability of logging within 10 seconds ... With JDBMonitor,you can log the database execution in many ways,for ...JDBMonitor is licensed under the terms of the GNU Lesser General Public ... Almost every large database application includes its own SQL execution... Make the application load the JDBMonitor JDBC Driver.... (comp.lang.java.programmer)
RE: CREATE DATABASE inside a transaction with Microsoft SQL 2005 ... According to SQL Server BOL (Transact-SQL Statements Allowed in Transactions), "Create Database" is NOT allowed inside an explicit transaction. ... When I used the 2000 JDBC driver, I did not get any error message, but my Create Database call did NOT get rolled back. ... (microsoft.public.sqlserver.jdbcdriver)
Re: Method cleanup failed while trying to execute method cleanup on ManagedConnection ...JDBC driver name: Microsoft SQL Server 2005 JDBC Driver ... Our application seems to be working fine but every time a connection is closed we get a stack trace in the log indicating that destroy failed and that a method is not supportd with "Caused by: java.sql.SQLException: This operation is not supported.DSRA0010E: SQL State... We have used the same set up but using the SQL Server 2000 JDBC driver talking to a SQL Server 2000 database without a problem, the only difference is we switched it to use SQL Server 2005. ... (microsoft.public.sqlserver.jdbcdriver)