เมื่อเขียน code เสร็จแล้ว ทดลอง run ผ่านแล้ว ทดลอง delete data เป็นอย่างนี้ ครับ
Could not delete from specified tables.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Could not delete from specified tables.
Source Error:
Line 63: Dim Cmd As New OleDbCommand(Strsql, Cn)
Line 64: Cn.Open()
Line 65: Cmd.ExecuteNonQuery()
Line 66: Cn.Close()
Line 67: End Sub
Source File: c:\inetpub\wwwroot\ASPNet02\WebForm14.aspx.vb Line: 65