update テーブル set 列名 = Null where 条件
If Len(TextBox1.Text) = 0 Then Dim sql As String = "update テーブル set 列名 = Null where 条件" 'SQL実行 Else Dim sql As String = "update テーブル set 列名 = '" & TextBox1.Text & "' where 条件" 'SQL実行 End If
If IsDBNull(【データベースの項目】.ToString) = False Then
If IsDBNull(【データベースの項目】) = False Then