91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》
  • 首頁 > 
  • 教程 > 
  • 數據庫 > 
  • VB.NET修改數據存在多個txtbox時SQL語句的操作是怎樣的

VB.NET修改數據存在多個txtbox時SQL語句的操作是怎樣的

發布時間:2021-11-30 14:41:31 來源:億速云 閱讀:181 作者:柒染 欄目:數據庫

今天就跟大家聊聊有關VB.NET修改數據存在多個txtbox時SQL語句的操作是怎樣的,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結了以下內容,希望大家根據這篇文章可以有所收獲。

VB.NET修改數據存在多個txtbox時,SQL語句的操作
1. 一個Button1的text為查詢和一個DataGridView1,點擊查詢按鈕的代碼
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim strConn = "Data Source=192.168.1.110/orcl;User ID=test;Password=orcl"
        Dim dbcmd As OracleCommand
        Dim dt = New DataTable("ds")
        Dim dbConnection As OracleConnection
        Try
            dbConnection = New OracleConnection(strConn)
            dbConnection.Open()
            dbcmd = dbConnection.CreateCommand
            dbcmd.CommandText = "select * from student"
            Dim da As OracleDataAdapter = New OracleDataAdapter(dbcmd)
            da.Fill(dt)
            DataGridView1.DataSource = dt '這時候可以把dt的值直接賦值給DataGridview1控件
        Catch ex As Exception
            MsgBox("查詢數據庫出錯")
        End Try
    End Sub

2.存在兩個TextBox1.TextBox2,文本框和一個按鈕, Button2,按鈕text為修改,點擊后的代碼
  Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Dim username, password As String
        Dim temp, temp3 As String
        If Len(TextBox1.Text.Trim) <> 0 Then
            username = "sname=" + "'" + TextBox1.Text.Trim + "'" + " , "
        Else
            username = ""
        End If
        If Len(TextBox2.Text.Trim) <> 0 Then
            password = "spwd=" + "'" + TextBox2.Text.Trim + "'" + " , "
        Else
            password = ""
        End If
        If Len(username) <> 0 And Len(password) <> 0 Then
            temp = username + password
            MsgBox(temp.Length)
            temp = Mid(temp, 1, temp.Length - 3)
            MsgBox("temp" + temp)
            MsgBox("current" + DataGridView1.CurrentRow.Cells(1).Value)
        Else
  
         temp = ""
        End If
       
        Dim strConn = "Data Source=192.168.1.110/orcl;User ID=test;Password=orcl"
        Dim dbcmd As OracleCommand
        Dim dbConnection As OracleConnection
        'If username.Length = 0 And password = 0 Then
        Try
            dbConnection = New OracleConnection(strConn)
            dbConnection.Open()
            dbcmd = dbConnection.CreateCommand
            Dim temp2 As String
            temp2 = "update student set " + temp + "  where sname=" + "'" + DataGridView1.CurrentRow.Cells(1).Value + "'"
            dbcmd.CommandText = temp2
            MsgBox(temp2)
            'dbConnection.BeginTransaction()
            dbcmd.ExecuteNonQuery() '返回改動的row行數
        Catch ex As Exception
            MsgBox("修改失敗")
            Exit Sub
        End Try
        ' Else
        '    MsgBox("請填入要修改的參數")
        'End If
    End Sub

看完上述內容,你們對VB.NET修改數據存在多個txtbox時SQL語句的操作是怎樣的有進一步的了解嗎?如果還想了解更多知識或者相關內容,請關注億速云行業資訊頻道,感謝大家的支持。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

美姑县| 金山区| 宁明县| 古交市| 新巴尔虎左旗| 洛隆县| 车致| 两当县| 蒙阴县| 玉田县| 山东省| 安国市| 泗洪县| 红原县| 兴义市| 阿合奇县| 洞口县| 洛南县| 科技| 明星| 称多县| 永德县| 英吉沙县| 宾川县| 广饶县| 灵宝市| 团风县| 汝城县| 万安县| 淳安县| 阜平县| 应城市| 垫江县| 彰武县| 安岳县| 黎平县| 宁波市| 大厂| 开远市| 海兴县| 泗阳县|