请教,更新数据有错!
Dim db As DataBase = New DataBaseDim strSQL As String = ""
strSQL = "update 票据种类 set"
strSQL += "票据类别='" + Me.TextBox2.Text.Trim + "',"
strSQL += " where 编号 = 0000"
db.RunDelOrInsSQL(strSQL)
请问为什么运行不能更新!
2005-09-04 00:43
2005-09-04 17:33
2005-09-04 23:25
2005-09-05 08:34
2005-09-11 10:03

2005-09-20 21:16