English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
所有分類

String or binary data would be truncated. The statement has been terminated.
描述: 在執行目前 Web 要求的過程中發生未處理的例外情形。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。

例外詳細資訊: System.Data.SqlClient.SqlException: String or binary data would be truncated. The statement has been terminated.

原始程式錯誤:

在執行目前 Web 要求期間,產生無法處理的例外狀況。如需有關例外狀況來源與位置的資訊,可以使用下列的例外狀況堆疊追蹤取得。

堆疊追蹤:


[SqlException: String or binary data would be truncated.
The statement has been terminated.]
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +180
STU.SDEAA.Button1_Click(Object sender, EventArgs e) in \\\\140.127.31.238\\c$\\Inetpub\\wwwroot\\STU\\SDEAA.aspx.vb:292
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +58
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1292


以上是我用學校新生資料登入後出現的錯誤訊息。
請問是學校的系統出問題嗎?還是我電腦的問題勒?

2006-09-14 15:29:21 · 1 個解答 · 發問者 ? 1 in 電腦與網際網路 網際網路 其他:網際網路

1 個解答

是網站上使用的程式用來開啟SQL資料庫發生了錯誤,因為資料庫的資料無法取得,因此相關的網頁內容無法顯示。

網站的程式應該是ASP.NET,有關的偵錯模式沒有關閉,通常這種訊息是給設計者除錯用的,在設計完成後應該關閉偵錯模式,避免資料庫相關內容洩露,這樣是有點不安全。

2006-09-14 22:08:18 · answer #1 · answered by ? 6 · 0 0

fedest.com, questions and answers