锘??xml version="1.0" encoding="utf-8" standalone="yes"?>
2005-06-30 09:42:10 [org.hibernate.util.JDBCExceptionReporter] [http-8080-Processor24] [WARN] - SQL Warning: 5701, SQLState: 01000
2005-06-30 09:42:10 [org.hibernate.util.JDBCExceptionReporter] [http-8080-Processor24] [WARN] - 宸插皢鏁版嵁搴撲笂涓嬫枃鏀逛負 'logistics'銆?BR>2005-06-30 09:42:10 [org.hibernate.util.JDBCExceptionReporter] [http-8080-Processor24] [WARN] - SQL Warning: 5703, SQLState: 01000
2005-06-30 09:42:10 [org.hibernate.util.JDBCExceptionReporter] [http-8080-Processor24] [WARN] - 宸插皢璇█璁劇疆鏀逛負 綆浣撲腑鏂囥?BR>緇忚繃浣跨敤Debug綰у埆鐨刲og杈撳嚭錛屽彂鐜版槸鍦?BR>SQLDiagnostic.java
/**
* Create a dianostic SQLException or SQLWarning.
*
* @param number SQL Server error number.
* @param state SQL Server state code.
* @param serverity SQL Server serverity > 10 = error.
* @param message SQL Server error message text.
* @param server SQL Server name.
* @param procName SQL Server stored procedure name.
* @param line SQL Server error line number in SQL source.
*/
void addDiagnostic(int number,
int state,
int serverity,
String message,
String server,
String procName,
int line)
榪欓噷鎹曡幏浜?SQL Server error number鐨?
鍚庣粡榪嘙SDN鎵懼埌濡備笅璧勬枡錛?BR>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/trblsql/tr_reslsyserr_2_9dtd.asp
Changed database context to '%.*ls'.
This is an informational message indicating that the database context has changed. This message is returned anytime a USE database statement is executed.
None needed.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbcsql/od_6_010_34oj.asp
5701
Indicates that SQL Server put the user's context into the default database defined in the data source, or into the default database defined for the login ID used in the connection if the data source did not have a default database.
5703
Indicates the language being used on the server.