ssem0911
12-12-02, 18:39
| I need to process the message returned when I execute a DBCC command on MS SQL Server 7 using JDBC. I am using the JDBC-ODBC Bridge Driver included in JDK 1.4.1. In ODBC, the return type of a DBCC command is SQL_SUCCESS_WITH_INFO. Does JDBC give you access to this message? |