 |
|
ทำไมผมอัพ Update ข้อมูลแล้วทำไม มันมึงแบบนี้อ่าครับ งงจุง แล้วพอคลิกอีกครั้งมันก็เข้าให้ update ได้อ่าครับงงมาก

แล้วพอหลังจากนั้นไอ้เฉย

Code (VB.NET)
rivate Sub insert_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles insert.Click
Dim myCommand As SqlCommand = New SqlCommand(str, connetionString)
str = "UPDATE inputdata SET password = '" & password.Text & "' WHERE users ='" & user.Text & "'"
Try
connetionString.Open()
Dim result = myCommand.ExecuteScalar()
If result Is Nothing Then
MessageBox.Show("คุณต้องการแทรกใช่หรือไม่?", "ยืนยัน", MessageBoxButtons.YesNo, MessageBoxIcon.Question)
' End If
MessageBox.Show("แทรกรายชื่อพนักงานแล้ว", "ผลการทำงาน", MessageBoxButtons.OK, MessageBoxIcon.Information) : Exit Sub
' Call .showData()
ElseIf result IsNot Nothing Then
' Dim str = myCommand.ExecuteScalar()
MessageBox.Show("ไม่สามารถ", "ยืนยัน", MessageBoxButtons.YesNo, MessageBoxIcon.Question)
End If
Catch ex As Exception
' MessageBox.Show("ไม่สามารถที่จะแทรกได้", "ยืนยัน", MessageBoxButtons.YesNo, MessageBoxIcon.Question)
MessageBox.Show(ex.Message)
If (connetionString.State = ConnectionState.Open) Then
connetionString.Close()
End If
End Try
End Sub
Tag : .NET, Ms SQL Server 2008, Ms SQL Server 2012, VB.NET, VS 2008 (.NET 3.x), VS 2010 (.NET 4.x)
|
ประวัติการแก้ไข 2014-07-02 12:53:44 2014-07-02 12:54:16 2014-07-02 13:04:28 2014-07-02 13:08:33
|
 |
 |
 |
 |
Date :
2014-07-02 12:06:56 |
By :
heloman |
View :
964 |
Reply :
3 |
|
 |
 |
 |
 |
|
|
|
 |